diff options
author | est31 <MTest31@outlook.com> | 2015-11-30 02:35:59 +0100 |
---|---|---|
committer | est31 <MTest31@outlook.com> | 2015-11-30 02:35:59 +0100 |
commit | e1d02e4831fdec372771956aa2ac70954ab3fe7b (patch) | |
tree | a95d60ae6481cd96a53af896710e43429187353a /SConstruct | |
parent | 15f6d3cebf9e8c9288132454816f1152e16dde36 (diff) |
Make the setting unix-only.
For this, put the detection into the OS class and its subclass.
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct index e44091d783..caf9ce1eea 100644 --- a/SConstruct +++ b/SConstruct @@ -126,7 +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('unix_global_settings_path', 'unix-specific 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') |