Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tools/maint/run_python_compiler.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
::
:: Automatically generated by `create_entry_points.py`; DO NOT EDIT.
::
:: To make modifications to this file, edit `tools/run_python_compiler.bat` and
:: then run `tools/create_entry_points.py`
:: To make modifications to this file, edit `tools/maint/run_python_compiler.bat` and
:: then run `tools/maint/create_entry_points.py`
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you also run this script so that emcc.bat and em++.bat are regenerated based on it?


:: N.b. In Windows .bat scripts, the ':' character cannot appear inside any if () blocks,
:: or there will be a parsing error.
Expand All @@ -26,7 +26,7 @@
set "MYDIR=%~dp0"
goto FOUND_MYDIR
)
@for %%I in (%~n0.bat) do (
@for %%I in (%~n0.bat) do @(
@if exist %%~$PATH:I (
set MYDIR=%%~dp$PATH:I
) else (
Expand Down