Skip to content

fix 'set EM_PY' in batch files #23903

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion bootstrap.bat
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@set _PYTHON_SYSCONFIGDATA_NAME=
@set EM_PY=%EMSDK_PYTHON%
@if "%EM_PY%"=="" (
set EM_PY=python
set EM_PY=python.exe
)

:: Work around Windows bug https://github.com/microsoft/terminal/issues/15212 : If this
Expand Down
2 changes: 1 addition & 1 deletion em++.bat
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@set _PYTHON_SYSCONFIGDATA_NAME=
@set EM_PY=%EMSDK_PYTHON%
@if "%EM_PY%"=="" (
set EM_PY=python
set EM_PY=python.exe
)

:: Work around Windows bug https://github.com/microsoft/terminal/issues/15212 : If this
Expand Down
2 changes: 1 addition & 1 deletion em-config.bat
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@set _PYTHON_SYSCONFIGDATA_NAME=
@set EM_PY=%EMSDK_PYTHON%
@if "%EM_PY%"=="" (
set EM_PY=python
set EM_PY=python.exe
)

:: Work around Windows bug https://github.com/microsoft/terminal/issues/15212 : If this
Expand Down
2 changes: 1 addition & 1 deletion emar.bat
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@set _PYTHON_SYSCONFIGDATA_NAME=
@set EM_PY=%EMSDK_PYTHON%
@if "%EM_PY%"=="" (
set EM_PY=python
set EM_PY=python.exe
)

:: Work around Windows bug https://github.com/microsoft/terminal/issues/15212 : If this
Expand Down
2 changes: 1 addition & 1 deletion embuilder.bat
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@set _PYTHON_SYSCONFIGDATA_NAME=
@set EM_PY=%EMSDK_PYTHON%
@if "%EM_PY%"=="" (
set EM_PY=python
set EM_PY=python.exe
)

:: Work around Windows bug https://github.com/microsoft/terminal/issues/15212 : If this
Expand Down
2 changes: 1 addition & 1 deletion emcc.bat
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@set _PYTHON_SYSCONFIGDATA_NAME=
@set EM_PY=%EMSDK_PYTHON%
@if "%EM_PY%"=="" (
set EM_PY=python
set EM_PY=python.exe
)

:: Work around Windows bug https://github.com/microsoft/terminal/issues/15212 : If this
Expand Down
2 changes: 1 addition & 1 deletion emcmake.bat
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@set _PYTHON_SYSCONFIGDATA_NAME=
@set EM_PY=%EMSDK_PYTHON%
@if "%EM_PY%"=="" (
set EM_PY=python
set EM_PY=python.exe
)

:: Work around Windows bug https://github.com/microsoft/terminal/issues/15212 : If this
Expand Down
2 changes: 1 addition & 1 deletion emconfigure.bat
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@set _PYTHON_SYSCONFIGDATA_NAME=
@set EM_PY=%EMSDK_PYTHON%
@if "%EM_PY%"=="" (
set EM_PY=python
set EM_PY=python.exe
)

:: Work around Windows bug https://github.com/microsoft/terminal/issues/15212 : If this
Expand Down
2 changes: 1 addition & 1 deletion emdump.bat
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@set _PYTHON_SYSCONFIGDATA_NAME=
@set EM_PY=%EMSDK_PYTHON%
@if "%EM_PY%"=="" (
set EM_PY=python
set EM_PY=python.exe
)

:: Work around Windows bug https://github.com/microsoft/terminal/issues/15212 : If this
Expand Down
2 changes: 1 addition & 1 deletion emdwp.bat
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@set _PYTHON_SYSCONFIGDATA_NAME=
@set EM_PY=%EMSDK_PYTHON%
@if "%EM_PY%"=="" (
set EM_PY=python
set EM_PY=python.exe
)

:: Work around Windows bug https://github.com/microsoft/terminal/issues/15212 : If this
Expand Down
2 changes: 1 addition & 1 deletion emmake.bat
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@set _PYTHON_SYSCONFIGDATA_NAME=
@set EM_PY=%EMSDK_PYTHON%
@if "%EM_PY%"=="" (
set EM_PY=python
set EM_PY=python.exe
)

:: Work around Windows bug https://github.com/microsoft/terminal/issues/15212 : If this
Expand Down
2 changes: 1 addition & 1 deletion emnm.bat
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@set _PYTHON_SYSCONFIGDATA_NAME=
@set EM_PY=%EMSDK_PYTHON%
@if "%EM_PY%"=="" (
set EM_PY=python
set EM_PY=python.exe
)

:: Work around Windows bug https://github.com/microsoft/terminal/issues/15212 : If this
Expand Down
2 changes: 1 addition & 1 deletion emprofile.bat
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@set _PYTHON_SYSCONFIGDATA_NAME=
@set EM_PY=%EMSDK_PYTHON%
@if "%EM_PY%"=="" (
set EM_PY=python
set EM_PY=python.exe
)

:: Work around Windows bug https://github.com/microsoft/terminal/issues/15212 : If this
Expand Down
2 changes: 1 addition & 1 deletion emranlib.bat
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@set _PYTHON_SYSCONFIGDATA_NAME=
@set EM_PY=%EMSDK_PYTHON%
@if "%EM_PY%"=="" (
set EM_PY=python
set EM_PY=python.exe
)

:: Work around Windows bug https://github.com/microsoft/terminal/issues/15212 : If this
Expand Down
2 changes: 1 addition & 1 deletion emrun.bat
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@set _PYTHON_SYSCONFIGDATA_NAME=
@set EM_PY=%EMSDK_PYTHON%
@if "%EM_PY%"=="" (
set EM_PY=python
set EM_PY=python.exe
)

:: Work around Windows bug https://github.com/microsoft/terminal/issues/15212 : If this
Expand Down
2 changes: 1 addition & 1 deletion emscan-deps.bat
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@set _PYTHON_SYSCONFIGDATA_NAME=
@set EM_PY=%EMSDK_PYTHON%
@if "%EM_PY%"=="" (
set EM_PY=python
set EM_PY=python.exe
)

:: Work around Windows bug https://github.com/microsoft/terminal/issues/15212 : If this
Expand Down
2 changes: 1 addition & 1 deletion emscons.bat
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@set _PYTHON_SYSCONFIGDATA_NAME=
@set EM_PY=%EMSDK_PYTHON%
@if "%EM_PY%"=="" (
set EM_PY=python
set EM_PY=python.exe
)

:: Work around Windows bug https://github.com/microsoft/terminal/issues/15212 : If this
Expand Down
2 changes: 1 addition & 1 deletion emsize.bat
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@set _PYTHON_SYSCONFIGDATA_NAME=
@set EM_PY=%EMSDK_PYTHON%
@if "%EM_PY%"=="" (
set EM_PY=python
set EM_PY=python.exe
)

:: Work around Windows bug https://github.com/microsoft/terminal/issues/15212 : If this
Expand Down
2 changes: 1 addition & 1 deletion emstrip.bat
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@set _PYTHON_SYSCONFIGDATA_NAME=
@set EM_PY=%EMSDK_PYTHON%
@if "%EM_PY%"=="" (
set EM_PY=python
set EM_PY=python.exe
)

:: Work around Windows bug https://github.com/microsoft/terminal/issues/15212 : If this
Expand Down
2 changes: 1 addition & 1 deletion emsymbolizer.bat
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@set _PYTHON_SYSCONFIGDATA_NAME=
@set EM_PY=%EMSDK_PYTHON%
@if "%EM_PY%"=="" (
set EM_PY=python
set EM_PY=python.exe
)

:: Work around Windows bug https://github.com/microsoft/terminal/issues/15212 : If this
Expand Down
2 changes: 1 addition & 1 deletion system/bin/sdl-config.bat
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@set _PYTHON_SYSCONFIGDATA_NAME=
@set EM_PY=%EMSDK_PYTHON%
@if "%EM_PY%"=="" (
set EM_PY=python
set EM_PY=python.exe
)

:: Work around Windows bug https://github.com/microsoft/terminal/issues/15212 : If this
Expand Down
2 changes: 1 addition & 1 deletion system/bin/sdl2-config.bat
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@set _PYTHON_SYSCONFIGDATA_NAME=
@set EM_PY=%EMSDK_PYTHON%
@if "%EM_PY%"=="" (
set EM_PY=python
set EM_PY=python.exe
)

:: Work around Windows bug https://github.com/microsoft/terminal/issues/15212 : If this
Expand Down
2 changes: 1 addition & 1 deletion test/runner.bat
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@set _PYTHON_SYSCONFIGDATA_NAME=
@set EM_PY=%EMSDK_PYTHON%
@if "%EM_PY%"=="" (
set EM_PY=python
set EM_PY=python.exe
)

:: Work around Windows bug https://github.com/microsoft/terminal/issues/15212 : If this
Expand Down
2 changes: 1 addition & 1 deletion tools/file_packager.bat
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@set _PYTHON_SYSCONFIGDATA_NAME=
@set EM_PY=%EMSDK_PYTHON%
@if "%EM_PY%"=="" (
set EM_PY=python
set EM_PY=python.exe
)

:: Work around Windows bug https://github.com/microsoft/terminal/issues/15212 : If this
Expand Down
2 changes: 1 addition & 1 deletion tools/maint/run_python.bat
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@set _PYTHON_SYSCONFIGDATA_NAME=
@set EM_PY=%EMSDK_PYTHON%
@if "%EM_PY%"=="" (
set EM_PY=python
set EM_PY=python.exe
)

:: Work around Windows bug https://github.com/microsoft/terminal/issues/15212 : If this
Expand Down
2 changes: 1 addition & 1 deletion tools/maint/run_python_compiler.bat
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@set _PYTHON_SYSCONFIGDATA_NAME=
@set EM_PY=%EMSDK_PYTHON%
@if "%EM_PY%"=="" (
set EM_PY=python
set EM_PY=python.exe
)

:: Work around Windows bug https://github.com/microsoft/terminal/issues/15212 : If this
Expand Down
2 changes: 1 addition & 1 deletion tools/webidl_binder.bat
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@set _PYTHON_SYSCONFIGDATA_NAME=
@set EM_PY=%EMSDK_PYTHON%
@if "%EM_PY%"=="" (
set EM_PY=python
set EM_PY=python.exe
)

:: Work around Windows bug https://github.com/microsoft/terminal/issues/15212 : If this
Expand Down