mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-05 23:07:42 -05: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