aboutsummaryrefslogtreecommitdiff
path: root/platform/osx/detect.py
diff options
context:
space:
mode:
authorhurikhan2015-01-13 12:54:23 +0800
committerhurikhan2015-01-13 12:54:23 +0800
commit928e068f71afed015bdf6851dad7d4f57f827ef6 (patch)
treef42f541631d9068a74918ce006f0d45c13903e63 /platform/osx/detect.py
parent067a0d0e640e5c478715b55cd2f6fec39bf21326 (diff)
downloadgodot-928e068f71afed015bdf6851dad7d4f57f827ef6.tar.gz
godot-928e068f71afed015bdf6851dad7d4f57f827ef6.tar.zst
godot-928e068f71afed015bdf6851dad7d4f57f827ef6.zip
Diffstat (limited to 'platform/osx/detect.py')
-rw-r--r--platform/osx/detect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/osx/detect.py b/platform/osx/detect.py
index 08784be81..5703cbc54 100644
--- a/platform/osx/detect.py
+++ b/platform/osx/detect.py
@@ -86,7 +86,7 @@ def configure(env):
env["LD"]="clang++"
if (env["colored"]=="yes"):
if sys.stdout.isatty():
- env.Append(CXXFLAGS=["-fcolor-diagnostics"])
+ env.Append(CPPFLAGS=["-fcolor-diagnostics"])
import methods