osx support for llvm coloring added
This commit is contained in:
parent
f9a4e6890b
commit
067a0d0e64
|
@ -84,6 +84,9 @@ 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(CXXFLAGS=["-fcolor-diagnostics"])
|
||||
|
||||
import methods
|
||||
|
||||
|
|
Loading…
Reference in New Issue