We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
colorize
1 parent 46c8f8c commit a030053Copy full SHA for a030053
platform/windows/detect.py
@@ -807,7 +807,7 @@ def configure_mingw(env: "SConsEnvironment"):
807
env.Append(CCFLAGS=san_flags)
808
env.Append(LINKFLAGS=san_flags)
809
810
- if env["use_llvm"] and os.name == "nt" and methods._colorize:
+ if env["use_llvm"] and os.name == "nt" and methods._can_color:
811
env.Append(CCFLAGS=["$(-fansi-escape-codes$)", "$(-fcolor-diagnostics$)"])
812
813
if get_is_ar_thin_supported(env):
0 commit comments