Browse Source

Revert "make msvc 64bits build again, fixes #3098"

This reverts commit b21ce6cecbd75ae3281177c4890902586ca710f7.
George Marques 9 years ago
parent
commit
82b24bea6f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      platform/windows/detect.py

+ 1 - 1
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: