From 3acebef4cdc56f1b63d0930e9d3b11dbd6fe95f6 Mon Sep 17 00:00:00 2001 From: pancake Date: Thu, 22 Oct 2015 15:42:19 +0200 Subject: [PATCH] Update emscripten.sh --- sys/emscripten.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/emscripten.sh b/sys/emscripten.sh index 2cd376fd89..2c47052e41 100755 --- a/sys/emscripten.sh +++ b/sys/emscripten.sh @@ -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