You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
SCons: Colorize warnings/errors during generation
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user