windows/msvc: Use same default python command as core.
This commit is contained in:
@@ -14,6 +14,7 @@
|
|||||||
<PyQstrDefs>$(PySrcDir)qstrdefs.h</PyQstrDefs>
|
<PyQstrDefs>$(PySrcDir)qstrdefs.h</PyQstrDefs>
|
||||||
<QstrDefsCollected>$(DestDir)qstrdefscollected.h</QstrDefsCollected>
|
<QstrDefsCollected>$(DestDir)qstrdefscollected.h</QstrDefsCollected>
|
||||||
<QstrGen>$(DestDir)qstrdefs.generated.h</QstrGen>
|
<QstrGen>$(DestDir)qstrdefs.generated.h</QstrGen>
|
||||||
|
<PyPython Condition="'$(PyPython)' == ''">$(MICROPY_CPYTHON3)</PyPython>
|
||||||
<PyPython Condition="'$(PyPython)' == ''">python</PyPython>
|
<PyPython Condition="'$(PyPython)' == ''">python</PyPython>
|
||||||
<CLToolExe Condition="'$(CLToolExe)' == ''">cl.exe</CLToolExe>
|
<CLToolExe Condition="'$(CLToolExe)' == ''">cl.exe</CLToolExe>
|
||||||
<PyClTool>$([System.IO.Path]::Combine(`$(CLToolPath)`, `$(CLToolExe)`))</PyClTool>
|
<PyClTool>$([System.IO.Path]::Combine(`$(CLToolPath)`, `$(CLToolExe)`))</PyClTool>
|
||||||
|
|||||||
Reference in New Issue
Block a user