Merge pull request #3474 from vnen/restore-theora-opt
Revert "make msvc 64bits build again"
This commit is contained in:
commit
f1da0d5ffc
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue