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…
Reference in New Issue