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