From 13a7fb57362c70d1b32c49127882cd1e7295f62c Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Thu, 23 Dec 2021 01:17:03 -0500 Subject: [PATCH] run regular configure, not emconfigure --- povray_wasm/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/povray_wasm/build.sh b/povray_wasm/build.sh index bcbc8cf..ad44946 100644 --- a/povray_wasm/build.sh +++ b/povray_wasm/build.sh @@ -44,7 +44,7 @@ cd unix/ ./prebuild.sh cd ../ -BOOST_ROOT=$BOOST_ROOT emconfigure ./configure "${ARGS[@]}" +BOOST_ROOT=$BOOST_ROOT ./configure "${ARGS[@]}" #emmake make -j CPPFLAGS="${CPPFLAGS}" #make install \ No newline at end of file