run regular configure, not emconfigure

This commit is contained in:
mmcwilliams 2021-12-23 01:17:03 -05:00
parent f6883f107f
commit 13a7fb5736
1 changed files with 1 additions and 1 deletions

View File

@ -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