mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-05 11:28:17 -04:00
oops
This commit is contained in:
parent
7c00c089a2
commit
7c2224ba8e
@ -254,7 +254,7 @@ SdkLocateDirectX()
|
|||||||
SdkLocateMaya()
|
SdkLocateMaya()
|
||||||
SdkLocateMax()
|
SdkLocateMax()
|
||||||
SdkLocateMacOSX(OSXTARGET)
|
SdkLocateMacOSX(OSXTARGET)
|
||||||
SdkLocatePython()
|
SdkLocatePython(RTDIST)
|
||||||
SdkLocateVisualStudio()
|
SdkLocateVisualStudio()
|
||||||
SdkLocateMSPlatform()
|
SdkLocateMSPlatform()
|
||||||
|
|
||||||
|
@ -1299,9 +1299,9 @@ def SdkLocateMax():
|
|||||||
if (os.path.isdir(top + "\\" + subdir)!=0):
|
if (os.path.isdir(top + "\\" + subdir)!=0):
|
||||||
SDK[version+"CS"] = top + subdir
|
SDK[version+"CS"] = top + subdir
|
||||||
|
|
||||||
def SdkLocatePython():
|
def SdkLocatePython(force_use_sys_executable = False):
|
||||||
if (PkgSkip("PYTHON")==0):
|
if (PkgSkip("PYTHON")==0 and not force_use_sys_executable):
|
||||||
if (sys.platform == "win32" and not RTDIST):
|
if (sys.platform == "win32"):
|
||||||
SDK["PYTHON"] = "thirdparty/win-python"
|
SDK["PYTHON"] = "thirdparty/win-python"
|
||||||
if (GetOptimize() <= 2):
|
if (GetOptimize() <= 2):
|
||||||
SDK["PYTHON"] += "-dbg"
|
SDK["PYTHON"] += "-dbg"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user