mirror of
https://github.com/godotengine/godot.git
synced 2024-11-27 22:53:01 +00:00
Fix parallel asm.js/WebAssembly builds
This commit is contained in:
parent
f6950956bd
commit
335fdea581
@ -88,7 +88,7 @@ def configure(env):
|
||||
# what is set during compilation, check TOTAL_MEMORY in Emscripten's
|
||||
# src/settings.js for the default.
|
||||
env.Append(LINKFLAGS=['-s', 'ALLOW_MEMORY_GROWTH=1'])
|
||||
env["PROGSUFFIX"] += ".webassembly"
|
||||
env.extra_suffix = '.webassembly' + env.extra_suffix
|
||||
else:
|
||||
env.Append(CPPFLAGS=['-s', 'ASM_JS=1'])
|
||||
env.Append(LINKFLAGS=['-s', 'ASM_JS=1'])
|
||||
|
Loading…
Reference in New Issue
Block a user