Use Rust Flags instead of variable exports

This commit is contained in:
2024-04-14 02:13:47 -05:00
parent 05ae81b20b
commit 98bbd00eaf
2 changed files with 4 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ if [ "$skip_emsdk" = 'false' ]; then
source ../emsdk/emsdk_env.sh
fi
export EMCC_CFLAGS="-s USE_SDL=2"
# export EMCC_CFLAGS="-s USE_SDL=2"
echo "Building WASM with Emscripten"
build_type='debug'