mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Use sys.executable for the rtdist build
This commit is contained in:
parent
765f00d846
commit
7c00c089a2
@ -1301,7 +1301,7 @@ def SdkLocateMax():
|
||||
|
||||
def SdkLocatePython():
|
||||
if (PkgSkip("PYTHON")==0):
|
||||
if (sys.platform == "win32"):
|
||||
if (sys.platform == "win32" and not RTDIST):
|
||||
SDK["PYTHON"] = "thirdparty/win-python"
|
||||
if (GetOptimize() <= 2):
|
||||
SDK["PYTHON"] += "-dbg"
|
||||
|
Loading…
x
Reference in New Issue
Block a user