diff options
| author | Błażej Szczygieł | 2016-10-17 21:04:13 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2016-10-30 14:51:34 +0100 |
| commit | 85a71053454c85e12416f2ffc1bdfb86b3f3ffaf (patch) | |
| tree | 6ebcd32cccacf6fa2697521978d9ae906c42e7ee /platform/osx/detect.py | |
| parent | dcd4b80c132c6b874afeefe57e4fe7b4749d8edf (diff) | |
| download | godot-85a71053454c85e12416f2ffc1bdfb86b3f3ffaf.tar.gz godot-85a71053454c85e12416f2ffc1bdfb86b3f3ffaf.tar.zst godot-85a71053454c85e12416f2ffc1bdfb86b3f3ffaf.zip | |
SCons: Use colored output if available, change "colored"->"verbose"
(cherry picked from commit 2bf4553fe056c1fab5367dfae62426d3c7cf8168)
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 f8b2153ae..4e772e37e 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 |
