-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…
Reference in a new issue