mirror of
https://github.com/kichikuou/xsystem35-sdl2.git
synced 2026-09-22 22:48:08 +03:00
Set -s WASM=0 for asm.js build
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ LFLAGS += --js-library emscripten/library.js
|
||||
SYNCLIST := -s EMTERPRETIFY_SYNCLIST="['_muspcm_load_no','_muspcm_load_mixlr','_wait_vsync']"
|
||||
|
||||
WASMFLAGS := -s WASM=1 -s "BINARYEN_TRAP_MODE='allow'"
|
||||
ASMJSFLAGS :=
|
||||
ASMJSFLAGS := -s WASM=0
|
||||
|
||||
all: out/xsystem35.js out/xsystem35.asm.js
|
||||
|
||||
|
||||
Reference in New Issue
Block a user