You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
Revert "make msvc 64bits build again, fixes #3098"
This reverts commit b21ce6cecb.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user