Adjust build for Linux

This commit is contained in:
2022-04-04 18:17:32 +02:00
parent b55b9b3138
commit c77e90ab76
6 changed files with 28 additions and 63 deletions

View File

@@ -1,4 +1,8 @@
source /c/emsdk/emsdk_env.sh
#!/bin/sh
if test -f /c/emsdk/emsdk_env.sh; then
source /c/emsdk/emsdk_env.sh
fi
make arch=emscripten full-clean
make arch=emscripten