You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Fix javascript build in Windows
Fix #3438
(cherry picked from commit c48ffed87a)
This commit is contained in:
committed by
Rémi Verschelde
parent
c1e004ffca
commit
0b8cf7946e
@@ -44,6 +44,9 @@ def get_flags():
|
||||
|
||||
|
||||
def configure(env):
|
||||
env['ENV'] = os.environ;
|
||||
env.use_windows_spawn_fix('javascript')
|
||||
|
||||
env.Append(CPPPATH=['#platform/javascript'])
|
||||
|
||||
em_path=os.environ["EMSCRIPTEN_ROOT"]
|
||||
|
||||
Reference in New Issue
Block a user