Update emscripten.sh
This commit is contained in:
parent
511b82e796
commit
3acebef4cd
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ unset LDFLAGS
|
|||
export CC="emcc --ignore-dynamic-linking"
|
||||
export AR="emar"
|
||||
|
||||
CFGFLAGS="./configure --prefix=/usr --disable-shared --enable-static --disable-debugger --with-compiler=emscripten --without-ewf --without-pic --with-nonpic --without-gmp"
|
||||
CFGFLAGS="./configure --prefix=/usr --disable-debugger --with-compiler=emscripten --without-pic --with-nonpic"
|
||||
|
||||
make mrproper
|
||||
cp -f plugins.emscripten.cfg plugins.cfg
|
||||
|
|
|
|||
Loading…
Reference in a new issue