8000 windows/msvc: Use same default python command as core. · micropython/micropython@81a4d96 · GitHub
[go: up one dir, main page]

Skip to content

Commit 81a4d96

Browse files
stinosdpgeorge
authored andcommitted
windows/msvc: Use same default python command as core.
1 parent 0397448 commit 81a4d96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ports/windows/msvc/genhdr.targets

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<PyQstrDefs>$(PySrcDir)qstrdefs.h</PyQstrDefs>
1515
<QstrDefsCollected>$(DestDir)qstrdefscollected.h</QstrDefsCollected>
1616
<QstrGen>$(DestDir)qstrdefs.generated.h</QstrGen>
17+
<PyPython Condition="'$(PyPython)' == ''">$(MICROPY_CPYTHON3)</PyPython>
1718
<PyPython Condition="'$(PyPython)' == ''">python</PyPython>
1819
<CLToolExe Condition="'$(CLToolExe)' == ''">cl.exe</CLToolExe>
1920
<PyClTool>$([System.IO.Path]::Combine(`$(CLToolPath)`, `$(CLToolExe)`))</PyClTool>

0 commit comments

Comments
 (0)
0