Skip to content

gh-133600: Move config.site-wasm32-emscripten into the emscripten folder #136934

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

Merged
merged 1 commit into from
Jul 21, 2025
Merged
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
gh-133600: Move config.site-wasm32-emscripten into the emscripten folder
  • Loading branch information
hoodmane committed Jul 21, 2025
commit 7ccda4ea138c766ce257db97ca0da728546e9c89
2 changes: 1 addition & 1 deletion Tools/wasm/emscripten/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def make_emscripten_libffi(context, working_dir):
def configure_emscripten_python(context, working_dir):
"""Configure the emscripten/host build."""
config_site = os.fsdecode(
CHECKOUT / "Tools" / "wasm" / "config.site-wasm32-emscripten"
EMSCRIPTEN_DIR / "config.site-wasm32-emscripten"
)

emscripten_build_dir = working_dir.relative_to(CHECKOUT)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# config.site override for cross compiling to wasm32-emscripten platform
#
# CONFIG_SITE=Tools/wasm/config.site-wasm32-emscripten \
# CONFIG_SITE=Tools/wasm/emscripten/config.site-wasm32-emscripten \
# emconfigure ./configure --host=wasm32-unknown-emscripten --build=...
#
# Written by Christian Heimes <christian@python.org>
Expand Down
Loading