Skip to content

Commit aa59d0d

Browse files
committed
Attempt to fix linux 5.1.5 build
1 parent f32f5e7 commit aa59d0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ make generic MYLIBS= MYCFLAGS= CC='emcc -O3 -s WASM=1' AR='emar rcu' RANLIB='emr
88

99
cd ../..
1010

11-
if [ $1 == "lua-5.1.5" ]; then
11+
if [[ "$1" == "lua-5.1.5" ]]; then
1212
emcc -Ithirdparty/$1 thirdparty/$1/src/liblua.a \
1313
-s WASM=1 -O3 -o dist/glue/glue-$1.js \
1414
-s EXTRA_EXPORTED_RUNTIME_METHODS="['cwrap']" \

0 commit comments

Comments
 (0)