mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 17:35:34 -04:00
One more fix
This commit is contained in:
parent
4db02f9b73
commit
7eef659c7f
@ -696,7 +696,7 @@ for version,key1,key2,subdir in MAXVERSIONS:
|
||||
########################################################################
|
||||
|
||||
if (OMIT.count("PYTHON")==0):
|
||||
if (sys.platform != "win32"):
|
||||
if (sys.platform == "win32"):
|
||||
PYTHONSDK="thirdparty/win-python"
|
||||
else:
|
||||
if (os.path.isdir("/usr/include/python2.5")): PYTHONSDK = "/usr/include/python2.5"
|
||||
|
Loading…
x
Reference in New Issue
Block a user