We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f32f5e7 commit aa59d0dCopy full SHA for aa59d0d
scripts/build.sh
@@ -8,7 +8,7 @@ make generic MYLIBS= MYCFLAGS= CC='emcc -O3 -s WASM=1' AR='emar rcu' RANLIB='emr
8
9
cd ../..
10
11
-if [ $1 == "lua-5.1.5" ]; then
+if [[ "$1" == "lua-5.1.5" ]]; then
12
emcc -Ithirdparty/$1 thirdparty/$1/src/liblua.a \
13
-s WASM=1 -O3 -o dist/glue/glue-$1.js \
14
-s EXTRA_EXPORTED_RUNTIME_METHODS="['cwrap']" \
0 commit comments