summaryrefslogtreecommitdiffstats
path: root/platform/osx/detect.py
diff options
context:
space:
mode:
authorBłażej Szczygieł <spaz16@wp.pl>2016-10-17 21:04:13 +0200
committerBłażej Szczygieł <spaz16@wp.pl>2016-10-17 22:40:14 +0200
commit2bf4553fe056c1fab5367dfae62426d3c7cf8168 (patch)
tree105c7de072427ffad00511abb8a82d3b3ac7c4c5 /platform/osx/detect.py
parente96c49f849fd9c5e41c8284c7122ec94909badac (diff)
downloadredot-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.py3
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