mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
parent
99e5bb56d1
commit
c48ffed87a
2 changed files with 9 additions and 3 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue