From f7f7de4f5a661f26da96c6fb64de3a6de6e8490d Mon Sep 17 00:00:00 2001 From: mattmcw Date: Wed, 22 Sep 2021 10:47:31 -0400 Subject: [PATCH] A bid to save the state of the configure file to find where it is failing --- povray_wasm/compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/povray_wasm/compile.sh b/povray_wasm/compile.sh index 6721493..d355be9 100644 --- a/povray_wasm/compile.sh +++ b/povray_wasm/compile.sh @@ -5,4 +5,4 @@ bash ./build_docker.sh sudo docker run \ -v $PWD:/usr/src/build \ povray_wasm \ - sh -c 'cd /usr/src/povray && cp ../build/build_ubuntu.sh build.sh && bash build.sh' \ No newline at end of file + sh -c 'cd /usr/src/povray && cp ../build/build_ubuntu.sh build.sh && bash build.sh; cat ./configure' > configure_save.txt \ No newline at end of file