https://github.com/python/cpython/commit/bbe589f93ccaf32eb95fd9d1f8f3dc9a536e8db1
commit: bbe589f93ccaf32eb95fd9d1f8f3dc9a536e8db1
branch: main
author: Hood Chatham <[email protected]>
committer: freakboy3742 <[email protected]>
date: 2025-07-22T07:58:31+08:00
summary:
gh-133600: Move config.site-wasm32-emscripten into the emscripten folder
(#136934)
Reorganises the large Emscripten-specific file into the Emscripten folder.
files:
A Tools/wasm/emscripten/config.site-wasm32-emscripten
D Tools/wasm/config.site-wasm32-emscripten
M Tools/wasm/emscripten/__main__.py
diff --git a/Tools/wasm/emscripten/__main__.py
b/Tools/wasm/emscripten/__main__.py
index b855e80cda703c..b25cbb01dedd31 100644
--- a/Tools/wasm/emscripten/__main__.py
+++ b/Tools/wasm/emscripten/__main__.py
@@ -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)
diff --git a/Tools/wasm/config.site-wasm32-emscripten
b/Tools/wasm/emscripten/config.site-wasm32-emscripten
similarity index 97%
rename from Tools/wasm/config.site-wasm32-emscripten
rename to Tools/wasm/emscripten/config.site-wasm32-emscripten
index 1471546a5eec17..8c3a338dacb2dc 100644
--- a/Tools/wasm/config.site-wasm32-emscripten
+++ b/Tools/wasm/emscripten/config.site-wasm32-emscripten
@@ -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 <[email protected]>
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]