diff options
Diffstat (limited to 'scripts/src')
-rw-r--r-- | scripts/src/main.lua | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/scripts/src/main.lua b/scripts/src/main.lua index 5187ae5d042..65a80fb6c33 100644 --- a/scripts/src/main.lua +++ b/scripts/src/main.lua @@ -169,10 +169,7 @@ end if _OPTIONS["WEBASSEMBLY"] then emccopts = emccopts - .. " -s WASM=1" - else - emccopts = emccopts - .. " -s WASM=0" + .. " -s WASM=" .. _OPTIONS["WEBASSEMBLY"] end if _OPTIONS["ARCHOPTS"] then |