0theora compilation fixes
This commit is contained in:
@ -263,6 +263,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"]=True
|
||||
else:
|
||||
|
||||
# Workaround for MinGW. See:
|
||||
@ -361,6 +362,7 @@ def configure(env):
|
||||
env['AR'] = mingw_prefix+"ar"
|
||||
env['RANLIB'] = mingw_prefix+"ranlib"
|
||||
env['LD'] = mingw_prefix+"g++"
|
||||
env["x86_opt_gcc"]=True
|
||||
|
||||
#env['CC'] = "winegcc"
|
||||
#env['CXX'] = "wineg++"
|
||||
|
||||
Reference in New Issue
Block a user