aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBłażej Szczygieł2016-10-22 17:28:10 +0200
committerRémi Verschelde2016-10-31 00:01:41 +0100
commitb0013f32bf8d1fac04b23f726efc0e8e71b9be22 (patch)
treefc2fd37c7c8c4aefec579da98e20ab1453419259
parent58daf901f97f088d1ac704164bb293eec80aef53 (diff)
downloadgodot-b0013f32bf8d1fac04b23f726efc0e8e71b9be22.tar.gz
godot-b0013f32bf8d1fac04b23f726efc0e8e71b9be22.tar.zst
godot-b0013f32bf8d1fac04b23f726efc0e8e71b9be22.zip
"CCFLAGS" are for C and C++ compiler
(cherry picked from commit ace18d28d2cc02c0b59b9d90b3f6f578d2617ed8)
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 8e67af05e..4d895b38c 100644
--- a/SConstruct
+++ b/SConstruct
@@ -142,7 +142,7 @@ opts.Add('libmpcdec','libmpcdec library for mpc module (system/builtin)','builti
opts.Add('glew','GLEW library for the gl_context (system/builtin)','builtin')
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.','')