mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
SCons: Use colored output if available, change "colored"->"verbose"
This commit is contained in:
parent
e96c49f849
commit
2bf4553fe0
5 changed files with 6 additions and 14 deletions
|
@ -1416,7 +1416,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():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue