mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Fix typo
This commit is contained in:
parent
2d14a28244
commit
29dcf2d95b
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user