summaryrefslogtreecommitdiff
path: root/platform/osx/detect.py
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2016-10-22 12:59:45 +0200
committerGitHub <noreply@github.com>2016-10-22 12:59:45 +0200
commitee6c5c5c232f3b458e7e4130c0e771ea456a4eeb (patch)
tree5dd3b42f1f3f56fb246941d00e9441bf4264b389 /platform/osx/detect.py
parent3dd405c517da351873c1bec01e202a603cee5f75 (diff)
parent2bf4553fe056c1fab5367dfae62426d3c7cf8168 (diff)
Merge pull request #6858 from zaps166/gcc-color-output
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