mirror of
https://github.com/godotengine/godot.git
synced 2024-11-26 14:13:10 +00:00
-try fixing LLVM color diagnostic on osx
This commit is contained in:
parent
067a0d0e64
commit
928e068f71
@ -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…
Reference in New Issue
Block a user