This commit is contained in:
rdb 2009-07-03 17:32:51 +00:00
parent 2d14a28244
commit 29dcf2d95b

View File

@ -182,7 +182,7 @@ if (sys.platform == "win32"):
THIRDPARTYLIBS="thirdparty/win32/win-libs-vc9/"
else:
THIRDPARTYLIBS="thirdparty/win64/win-libs-vc9/"
if not os.path.isdir(THIRDPARTYLIB):
if not os.path.isdir(THIRDPARTYLIBS):
THIRDPARTYLIBS="thirdparty/win-libs-vc9/"
VC90CRTVERSION = GetVC90CRTVersion(THIRDPARTYLIBS+"extras/bin/Microsoft.VC90.CRT.manifest")
else: