diff options
author | George Marques <george@gmarqu.es> | 2016-01-26 22:26:04 -0200 |
---|---|---|
committer | George Marques <george@gmarqu.es> | 2016-01-26 22:26:04 -0200 |
commit | 82b24bea6fc7abed4856419d810708f739bbfd57 (patch) | |
tree | 2432434acc956646c03a133a894c2ea646540ec4 /platform/windows/detect.py | |
parent | 600411b4335b380a1360f85a19884caa3ba6d20a (diff) |
Revert "make msvc 64bits build again, fixes #3098"
This reverts commit b21ce6cecbd75ae3281177c4890902586ca710f7.
Diffstat (limited to 'platform/windows/detect.py')
-rw-r--r-- | platform/windows/detect.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/windows/detect.py b/platform/windows/detect.py index 0d7ee64d80..397ca078fb 100644 --- a/platform/windows/detect.py +++ b/platform/windows/detect.py @@ -262,7 +262,7 @@ def configure(env): env.Append(CCFLAGS=["/I"+DIRECTX_PATH+"/Include"]) env.Append(LIBPATH=[DIRECTX_PATH+"/Lib/x86"]) env['ENV'] = os.environ; - env["x86_opt_vc"]=env["bits"]!="64" + env["x86_opt_vc"]=True else: # Workaround for MinGW. See: |