1
0
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:
George Marques
2016-06-14 11:27:16 -03:00
committed by Rémi Verschelde
parent c1e004ffca
commit 0b8cf7946e
2 changed files with 9 additions and 3 deletions

View File

@@ -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"]