Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
micropython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
micropython
Commits
81a4d96a
Commit
81a4d96a
authored
Jan 16, 2021
by
stijn
Committed by
Damien George
Feb 02, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
windows/msvc: Use same default python command as core.
parent
03974485
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
ports/windows/msvc/genhdr.targets
ports/windows/msvc/genhdr.targets
+1
-0
No files found.
ports/windows/msvc/genhdr.targets
View file @
81a4d96a
...
...
@@ -14,6 +14,7 @@
<PyQstrDefs>
$(PySrcDir)qstrdefs.h
</PyQstrDefs>
<QstrDefsCollected>
$(DestDir)qstrdefscollected.h
</QstrDefsCollected>
<QstrGen>
$(DestDir)qstrdefs.generated.h
</QstrGen>
<PyPython
Condition=
"'$(PyPython)' == ''"
>
$(MICROPY_CPYTHON3)
</PyPython>
<PyPython
Condition=
"'$(PyPython)' == ''"
>
python
</PyPython>
<CLToolExe
Condition=
"'$(CLToolExe)' == ''"
>
cl.exe
</CLToolExe>
<PyClTool>
$([System.IO.Path]::Combine(`$(CLToolPath)`, `$(CLToolExe)`))
</PyClTool>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment