mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
Stupid typo.
This commit is contained in:
parent
7c189bc23f
commit
5be6aefa8f
@ -227,12 +227,12 @@ else:
|
|||||||
if (sys.platform == "darwin"):
|
if (sys.platform == "darwin"):
|
||||||
THIRDPARTYLIBS="thirdparty/darwin-libs-a/"
|
THIRDPARTYLIBS="thirdparty/darwin-libs-a/"
|
||||||
elif (sys.platform.startswith("linux")):
|
elif (sys.platform.startswith("linux")):
|
||||||
elif (platform.architecture()[0] == "64bit"):
|
if (platform.architecture()[0] == "64bit"):
|
||||||
THIRDPARTYLIBS="thirdparty/linux-libs-x64/"
|
THIRDPARTYLIBS="thirdparty/linux-libs-x64/"
|
||||||
else:
|
else:
|
||||||
THIRDPARTYLIBS="thirdparty/linux-libs-a/"
|
THIRDPARTYLIBS="thirdparty/linux-libs-a/"
|
||||||
elif (sys.platform.startswith("freebsd")):
|
elif (sys.platform.startswith("freebsd")):
|
||||||
elif (platform.architecture()[0] == "64bit"):
|
if (platform.architecture()[0] == "64bit"):
|
||||||
THIRDPARTYLIBS="thirdparty/freebsd-libs-x64/"
|
THIRDPARTYLIBS="thirdparty/freebsd-libs-x64/"
|
||||||
else:
|
else:
|
||||||
THIRDPARTYLIBS="thirdparty/freebsd-libs-a/"
|
THIRDPARTYLIBS="thirdparty/freebsd-libs-a/"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user