1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-16 14:00:40 +00:00

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(CCFLAGS=["/I"+DIRECTX_PATH+"/Include"])
env.Append(LIBPATH=[DIRECTX_PATH+"/Lib/x86"]) env.Append(LIBPATH=[DIRECTX_PATH+"/Lib/x86"])
env['ENV'] = os.environ; env['ENV'] = os.environ;
env["x86_opt_vc"]=env["bits"]!="64" env["x86_opt_vc"]=True
else: else:
# Workaround for MinGW. See: # Workaround for MinGW. See: