diff --git a/platform/windows/detect.py b/platform/windows/detect.py index 6f57b880441..bbdcb9e79aa 100644 --- a/platform/windows/detect.py +++ b/platform/windows/detect.py @@ -732,7 +732,7 @@ def configure_mingw(env: "SConsEnvironment"): if env["use_static_cpp"]: env.Append(LINKFLAGS=["-static"]) - if env["arch"] in ["x86_32", "x86_64"]: + if env["arch"] == "x86_32": env["x86_libtheora_opt_gcc"] = True env.Append(CCFLAGS=["-ffp-contract=off"])