diff options
author | Błażej Szczygieł <spaz16@wp.pl> | 2016-10-17 21:04:13 +0200 |
---|---|---|
committer | Błażej Szczygieł <spaz16@wp.pl> | 2016-10-17 22:40:14 +0200 |
commit | 2bf4553fe056c1fab5367dfae62426d3c7cf8168 (patch) | |
tree | 105c7de072427ffad00511abb8a82d3b3ac7c4c5 /platform/osx/detect.py | |
parent | e96c49f849fd9c5e41c8284c7122ec94909badac (diff) | |
download | redot-engine-2bf4553fe056c1fab5367dfae62426d3c7cf8168.tar.gz |
SCons: Use colored output if available, change "colored"->"verbose"
Diffstat (limited to 'platform/osx/detect.py')
-rw-r--r-- | platform/osx/detect.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/platform/osx/detect.py b/platform/osx/detect.py index f8b2153aee..4e772e37eb 100644 --- a/platform/osx/detect.py +++ b/platform/osx/detect.py @@ -91,9 +91,6 @@ def configure(env): env.Append(CPPFLAGS=['-DTYPED_METHOD_BIND']) env["CC"]="clang" env["LD"]="clang++" - if (env["colored"]=="yes"): - if sys.stdout.isatty(): - env.Append(CPPFLAGS=["-fcolor-diagnostics"]) import methods |