Porting to WASM
This commit is contained in:
2
build.sh
2
build.sh
@@ -48,7 +48,7 @@ if [ ! -f "lbaselib.o" ]; then
|
||||
fi
|
||||
|
||||
if [ ! -f "metaprogram.exe" ]; then
|
||||
clang ../src/metaprogram/metaprogram.cpp -o metaprogram.exe \
|
||||
clang ../src/metaprogram/metaprogram.cpp ../src/basic/unix.cpp -o metaprogram.exe \
|
||||
-nostdlib++ -fno-exceptions -fdiagnostics-absolute-paths -g \
|
||||
-Wno-writable-strings \
|
||||
-I../src
|
||||
|
||||
Reference in New Issue
Block a user