aboutsummaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorAnton Yabchinskiy2015-01-05 23:56:24 +0300
committerAnton Yabchinskiy2015-01-05 23:56:24 +0300
commita7875c586af74302584544d777b189f4cb85c393 (patch)
treef4929f77383d835b5be8b6e099b9db59000af610 /SConstruct
parent4ab1bcde35a02cfe7b25d630720de1cc81ef5a1a (diff)
parent8c4dd8de3919b789eac1a0f030563008bdcd44f5 (diff)
downloadgodot-a7875c586af74302584544d777b189f4cb85c393.tar.gz
godot-a7875c586af74302584544d777b189f4cb85c393.tar.zst
godot-a7875c586af74302584544d777b189f4cb85c393.zip
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct4
1 files changed, 2 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index c27d2d869..7b1a10a03 100644
--- a/SConstruct
+++ b/SConstruct
@@ -134,8 +134,8 @@ Help(opts.GenerateHelpText(env_base)) # generate help
# add default include paths
env_base.Append(CPPPATH=['#core','#core/math','#tools','#drivers','#'])
-
-# configure ENV for platform
+
+# configure ENV for platform
env_base.platform_exporters=platform_exporters
"""