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
This commit is contained in:
George Marques
2016-06-14 11:27:16 -03:00
parent 99e5bb56d1
commit c48ffed87a
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"]