mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
I shouldn't code when I'm tired
This commit is contained in:
parent
7c2224ba8e
commit
4f218a4a84
@ -1300,8 +1300,8 @@ def SdkLocateMax():
|
||||
SDK[version+"CS"] = top + subdir
|
||||
|
||||
def SdkLocatePython(force_use_sys_executable = False):
|
||||
if (PkgSkip("PYTHON")==0 and not force_use_sys_executable):
|
||||
if (sys.platform == "win32"):
|
||||
if (PkgSkip("PYTHON")==0):
|
||||
if (sys.platform == "win32" and not force_use_sys_executable):
|
||||
SDK["PYTHON"] = "thirdparty/win-python"
|
||||
if (GetOptimize() <= 2):
|
||||
SDK["PYTHON"] += "-dbg"
|
||||
|
Loading…
x
Reference in New Issue
Block a user