You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-22 15:06:45 +00:00
SCons: Use colored output if available, change "colored"->"verbose"
(cherry picked from commit 2bf4553fe0)
This commit is contained in:
committed by
Rémi Verschelde
parent
dcd4b80c13
commit
85a7105345
@@ -1414,7 +1414,7 @@ def save_active_platforms(apnames,ap):
|
||||
logow.write(str)
|
||||
|
||||
|
||||
def colored(sys,env):
|
||||
def no_verbose(sys,env):
|
||||
|
||||
#If the output is not a terminal, do nothing
|
||||
if not sys.stdout.isatty():
|
||||
|
||||
Reference in New Issue
Block a user