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

This reverts commit b21ce6cecb.
This commit is contained in:
George Marques 2016-01-26 22:26:04 -02:00
parent 600411b433
commit 82b24bea6f

View file

@ -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: