mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
SCons: Colorize warnings/errors during generation
This commit is contained in:
parent
6118592c6d
commit
e0e8ce1fc0
20 changed files with 415 additions and 335 deletions
|
|
@ -39,8 +39,7 @@ def detect_arch():
|
|||
# Catches x86, i386, i486, i586, i686, etc.
|
||||
return "x86_32"
|
||||
else:
|
||||
print("Unsupported CPU architecture: " + host_machine)
|
||||
print("Falling back to x86_64.")
|
||||
methods.print_warning(f'Unsupported CPU architecture: "{host_machine}". Falling back to x86_64.')
|
||||
return "x86_64"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue