mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
[3.14] gh-133600: Move config.site-wasm32-emscripten into the emscripten folder (GH-136934) (#136956)
Reorganises the large Emscripten-specific file into the Emscripten folder.
(cherry picked from commit bbe589f93c)
Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
This commit is contained in:
parent
ecd97caaf5
commit
4af1b72b31
2 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue