summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorAriel Manzur <ariel@godotengine.org>2018-01-18 21:26:04 -0300
committerAriel Manzur <ariel@godotengine.org>2018-01-18 21:27:57 -0300
commit9d98e6d2e44cc07efbac703e6a4a276d45818408 (patch)
tree3e6ed6956a925577672fcc50f7fb4e24d0cb9866 /SConstruct
parent0359fed313f55dfa9976e8e9606866c2ee53d077 (diff)
downloadredot-engine-9d98e6d2e44cc07efbac703e6a4a276d45818408.tar.gz
adding option to split modules library
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index dcf8134c93..987fd561b3 100644
--- a/SConstruct
+++ b/SConstruct
@@ -90,6 +90,7 @@ env_base.android_appattributes_chunk = ""
env_base.disabled_modules = []
env_base.use_ptrcall = False
env_base.split_drivers = False
+env_base.split_modules = False
env_base.module_version_string = ""
# To decide whether to rebuild a file, use the MD5 sum only if the timestamp has changed.