We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 360213d commit bcf1c45Copy full SHA for bcf1c45
build_wasm.sh
@@ -1,3 +1,6 @@
1
#!/bin/sh
2
3
-EMCC_CFLAGS="-I/emsdk/upstream/include -L/emsdk/upstream/lib -sINITIAL_MEMORY=26214400" EMCC_FORCE_STDLIBS="libc emmake make" $1
+export EMCC_CFLAGS="-I/emsdk/upstream/include -L/emsdk/upstream/lib -sINITIAL_MEMORY=26214400"
4
+export EMCC_FORCE_STDLIBS="libc"
5
+
6
+emmake make $1
0 commit comments