aboutsummaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorest312015-11-30 01:26:51 +0100
committerest312015-11-30 01:36:08 +0100
commit15f6d3cebf9e8c9288132454816f1152e16dde36 (patch)
tree21ebe9b3a928e682f195e66cc171f3c05efacd3a /SConstruct
parent5e0419012a00631aac200739680b04446285eb14 (diff)
downloadgodot-15f6d3cebf9e8c9288132454816f1152e16dde36.tar.gz
godot-15f6d3cebf9e8c9288132454816f1152e16dde36.tar.zst
godot-15f6d3cebf9e8c9288132454816f1152e16dde36.zip
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 46edf06a4..e44091d78 100644
--- a/SConstruct
+++ b/SConstruct
@@ -126,6 +126,7 @@ opts.Add("CXX", "Compiler");
opts.Add("CCFLAGS", "Custom flags for the C++ compiler");
opts.Add("CFLAGS", "Custom flags for the C compiler");
opts.Add("LINKFLAGS", "Custom flags for the linker");
+opts.Add('global_settings_path', 'Path to system-wide settings. Currently only used by templates.','')
opts.Add('disable_3d', 'Disable 3D nodes for smaller executable (yes/no)', "no")
opts.Add('disable_advanced_gui', 'Disable advance 3D gui nodes and behaviors (yes/no)', "no")
opts.Add('colored', 'Enable colored output for the compilation (yes/no)', 'no')