From 460f030b738eb055d915e246a61f7740fe14f57b Mon Sep 17 00:00:00 2001 From: Ignacio Etcheverry Date: Tue, 10 Jan 2017 17:08:31 +0100 Subject: Detect bits when building with MinGW --- platform/windows/detect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/windows/detect.py') diff --git a/platform/windows/detect.py b/platform/windows/detect.py index df5bc49aa4..3c742f535a 100644 --- a/platform/windows/detect.py +++ b/platform/windows/detect.py @@ -315,7 +315,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']) -- cgit v1.2.3