godot: 3.0.6 -> 3.1

This commit is contained in:
tilpner
2019-03-21 19:23:04 +01:00
parent 0cbe2fa18c
commit 94717b7ee1
3 changed files with 25 additions and 15 deletions
@@ -1,7 +1,7 @@
+++ build/SConstruct
@@ -69,10 +69,10 @@
custom_tools = ['mingw']
@@ -63,10 +63,10 @@ elif platform_arg == 'javascript':
custom_tools = ['cc', 'c++', 'ar', 'link', 'textfile', 'zip']
env_base = Environment(tools=custom_tools)
-if 'TERM' in os.environ:
- env_base['ENV']['TERM'] = os.environ['TERM']
@@ -11,6 +11,7 @@
+ if (k in os.environ):
+ env_base["ENV"][k] = os.environ[k]
+
env_base.global_defaults = global_defaults
env_base.android_maven_repos = []
env_base.android_flat_dirs = []
env_base.android_dependencies = []