run regular configure, not emconfigure
This commit is contained in:
parent
f6883f107f
commit
13a7fb5736
|
@ -44,7 +44,7 @@ cd unix/
|
||||||
./prebuild.sh
|
./prebuild.sh
|
||||||
cd ../
|
cd ../
|
||||||
|
|
||||||
BOOST_ROOT=$BOOST_ROOT emconfigure ./configure "${ARGS[@]}"
|
BOOST_ROOT=$BOOST_ROOT ./configure "${ARGS[@]}"
|
||||||
|
|
||||||
#emmake make -j CPPFLAGS="${CPPFLAGS}"
|
#emmake make -j CPPFLAGS="${CPPFLAGS}"
|
||||||
#make install
|
#make install
|
Loading…
Reference in New Issue