From 29dcf2d95b41d3c9345162f3c7a800f71b34fc9b Mon Sep 17 00:00:00 2001 From: rdb Date: Fri, 3 Jul 2009 17:32:51 +0000 Subject: [PATCH] Fix typo --- makepanda/makepanda.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makepanda/makepanda.py b/makepanda/makepanda.py index c5e7ed0c6c..644d75db6e 100755 --- a/makepanda/makepanda.py +++ b/makepanda/makepanda.py @@ -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: