]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-145219: Add Emscripten cross-build and clean configurability (GH-145581...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 9 Mar 2026 02:52:56 +0000 (03:52 +0100)
committerGitHub <noreply@github.com>
Mon, 9 Mar 2026 02:52:56 +0000 (02:52 +0000)
commitb1946887032da34eff4acebed9c03cf74abf4373
tree283efad118af6483d0f8073294f390346accf917
parentd91063841814b9581d794a81d9c9cde19f30b0ba
[3.14] gh-145219: Add Emscripten cross-build and clean configurability (GH-145581) (#145654)

Modifies the Emscripten build script to allow for custom cross-build directory
names, and to only clean Emscripten-specific paths (optionally including the
build python).
(cherry picked from commit 015613384fea7a00bb2077760e325e5baab6814b)

Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
.gitignore
Tools/wasm/emscripten/__main__.py