mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
Get it right eventually
This commit is contained in:
parent
ebf032e5c5
commit
04ccc446b2
@ -695,7 +695,10 @@ for version,key1,key2,subdir in MAXVERSIONS:
|
|||||||
##
|
##
|
||||||
########################################################################
|
########################################################################
|
||||||
|
|
||||||
if (OMIT.count("PYTHON")==0) and (sys.platform != "win32"):
|
if (OMIT.count("PYTHON")==0):
|
||||||
|
if (sys.platform != "win32"):
|
||||||
|
PYTHONSDK="thirdparty/win-python"
|
||||||
|
else:
|
||||||
if (os.path.isdir("/usr/include/python2.5")): PYTHONSDK = "/usr/include/python2.5"
|
if (os.path.isdir("/usr/include/python2.5")): PYTHONSDK = "/usr/include/python2.5"
|
||||||
elif (os.path.isdir("/usr/include/python2.4")): PYTHONSDK = "/usr/include/python2.4"
|
elif (os.path.isdir("/usr/include/python2.4")): PYTHONSDK = "/usr/include/python2.4"
|
||||||
elif (os.path.isdir("/usr/include/python2.3")): PYTHONSDK = "/usr/include/python2.3"
|
elif (os.path.isdir("/usr/include/python2.3")): PYTHONSDK = "/usr/include/python2.3"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user