We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0109b3 commit 3c45753Copy full SHA for 3c45753
1 file changed
engine/emscripten-javascriptify.sh
@@ -23,8 +23,9 @@ for lib in $@ ; do
23
libs+=\ --js-library\ "${lib}"
24
done
25
26
+EMCC=${EMCC:-emcc}
27
-emcc -O2 -g ${CFLAGS} \
28
+${EMCC} -O2 -g ${CFLAGS} \
29
"${input}" \
30
-o "${output}" \
31
-s EXPORTED_FUNCTIONS=@"${exports}" \
0 commit comments