mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
SCons: Use colored output if available, change "colored"->"verbose"
(cherry picked from commit 2bf4553fe0)
This commit is contained in:
parent
dcd4b80c13
commit
85a7105345
5 changed files with 6 additions and 14 deletions
|
|
@ -38,9 +38,6 @@ def configure(env):
|
|||
env["CC"]="clang"
|
||||
env["CXX"]="clang++"
|
||||
env["LD"]="clang++"
|
||||
if (env["colored"]=="yes"):
|
||||
if sys.stdout.isatty():
|
||||
env.Append(CXXFLAGS=["-fcolor-diagnostics"])
|
||||
|
||||
is64=sys.maxsize > 2**32
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue