mirror of
https://github.com/godotengine/godot.git
synced 2025-01-23 19:12:24 -05:00
-try fixing LLVM color diagnostic on osx
This commit is contained in:
parent
067a0d0e64
commit
928e068f71
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue