mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
[Windows, LLVM] Fix colorize
flag.
This commit is contained in:
parent
46c8f8c5c5
commit
a0300532b5
1 changed files with 1 additions and 1 deletions
|
@ -807,7 +807,7 @@ def configure_mingw(env: "SConsEnvironment"):
|
|||
env.Append(CCFLAGS=san_flags)
|
||||
env.Append(LINKFLAGS=san_flags)
|
||||
|
||||
if env["use_llvm"] and os.name == "nt" and methods._colorize:
|
||||
if env["use_llvm"] and os.name == "nt" and methods._can_color:
|
||||
env.Append(CCFLAGS=["$(-fansi-escape-codes$)", "$(-fcolor-diagnostics$)"])
|
||||
|
||||
if get_is_ar_thin_supported(env):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue