mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
Fill in SDK["PYTHONEXEC"] even if compiling without python
This commit is contained in:
parent
d208973a68
commit
c53c52ef76
@ -1238,6 +1238,8 @@ def SdkLocatePython():
|
|||||||
SDK["PYTHON"] = sysconfig.get_python_inc()
|
SDK["PYTHON"] = sysconfig.get_python_inc()
|
||||||
SDK["PYTHONVERSION"] = "python" + sysconfig.get_python_version()
|
SDK["PYTHONVERSION"] = "python" + sysconfig.get_python_version()
|
||||||
SDK["PYTHONEXEC"] = sys.executable
|
SDK["PYTHONEXEC"] = sys.executable
|
||||||
|
else:
|
||||||
|
SDK["PYTHONEXEC"] = sys.executable
|
||||||
|
|
||||||
def SdkLocateVisualStudio():
|
def SdkLocateVisualStudio():
|
||||||
if (sys.platform != "win32"): return
|
if (sys.platform != "win32"): return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user