diff --git a/platform/windows/detect.py b/platform/windows/detect.py index 2262fae0313..1f3c7a7654e 100644 --- a/platform/windows/detect.py +++ b/platform/windows/detect.py @@ -319,7 +319,7 @@ def configure(env): mingw_prefix = "" if (env["bits"] == "default"): - env["bits"] = "32" + env["bits"] = "64" if "PROGRAMFILES(X86)" in os.environ else "32" if (env["bits"] == "32"): env.Append(LINKFLAGS=['-static'])