mirror of
https://github.com/godotengine/godot.git
synced 2025-11-03 15:11:19 +00:00
Expose Emscripten libs to engine.js discreetly
(cherry picked from commit 63c7fc6358)
This commit is contained in:
parent
71885e5ae4
commit
0f6626977b
3 changed files with 6 additions and 4 deletions
|
|
@ -116,7 +116,6 @@ def configure(env):
|
|||
env.Append(LINKFLAGS=['-s', 'BINARYEN=1'])
|
||||
env.Append(LINKFLAGS=['-s', 'ALLOW_MEMORY_GROWTH=1'])
|
||||
env.Append(LINKFLAGS=['-s', 'USE_WEBGL2=1'])
|
||||
env.Append(LINKFLAGS=['-s', 'EXTRA_EXPORTED_RUNTIME_METHODS="[\'FS\']"'])
|
||||
|
||||
env.Append(LINKFLAGS=['-s', 'INVOKE_RUN=0'])
|
||||
env.Append(LINKFLAGS=['-s', 'NO_EXIT_RUNTIME=1'])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue