summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorBłażej Szczygieł <spaz16@wp.pl>2016-10-22 17:28:10 +0200
committerBłażej Szczygieł <spaz16@wp.pl>2016-10-22 17:28:10 +0200
commitace18d28d2cc02c0b59b9d90b3f6f578d2617ed8 (patch)
tree9ed6972c4765f149929c6049999b774e0e848a9e /SConstruct
parent24337f9c5ef8668153b2611fd98fd7a3de5119c5 (diff)
"CCFLAGS" are for C and C++ compiler
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index c28b40652a..72de2e2004 100644
--- a/SConstruct
+++ b/SConstruct
@@ -139,7 +139,7 @@ opts.Add('glew','GLEW library for the gl_context (system/builtin)','builtin')
opts.Add('xaudio2','XAudio2 audio driver (yes/no)','no')
opts.Add("CXX", "C++ Compiler")
opts.Add("CC", "C Compiler")
-opts.Add("CCFLAGS", "Custom flags for the C++ compiler");
+opts.Add("CCFLAGS", "Custom flags for the C/C++ compiler");
opts.Add("CFLAGS", "Custom flags for the C compiler");
opts.Add("LINKFLAGS", "Custom flags for the linker");
opts.Add('unix_global_settings_path', 'unix-specific path to system-wide settings. Currently only used by templates.','')