godot: 3.1.2 -> 3.2

This commit is contained in:
Andrew Abbott
2020-02-13 10:27:23 +11:00
parent 2d80e4087c
commit cf8bb29287
2 changed files with 5 additions and 6 deletions
@@ -11,7 +11,6 @@
+ if (k in os.environ):
+ env_base["ENV"][k] = os.environ[k]
+
env_base.android_maven_repos = []
env_base.android_flat_dirs = []
env_base.android_dependencies = []
env_base.disabled_modules = []
env_base.use_ptrcall = False
env_base.module_version_string = ""