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.
2 parents 024efda + a030053 commit fafc073Copy full SHA for fafc073
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