We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0397448 commit 81a4d96Copy full SHA for 81a4d96
ports/windows/msvc/genhdr.targets
@@ -14,6 +14,7 @@
14
<PyQstrDefs>$(PySrcDir)qstrdefs.h</PyQstrDefs>
15
<QstrDefsCollected>$(DestDir)qstrdefscollected.h</QstrDefsCollected>
16
<QstrGen>$(DestDir)qstrdefs.generated.h</QstrGen>
17
+ <PyPython Condition="'$(PyPython)' == ''">$(MICROPY_CPYTHON3)</PyPython>
18
<PyPython Condition="'$(PyPython)' == ''">python</PyPython>
19
<CLToolExe Condition="'$(CLToolExe)' == ''">cl.exe</CLToolExe>
20
<PyClTool>$([System.IO.Path]::Combine(`$(CLToolPath)`, `$(CLToolExe)`))</PyClTool>
0 commit comments