]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-84461: Fix pydebug Emscripten browser builds (GH-93982)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 18 Jun 2022 13:17:09 +0000 (06:17 -0700)
committerGitHub <noreply@github.com>
Sat, 18 Jun 2022 13:17:09 +0000 (06:17 -0700)
commit6c8eb9503c9ae3af87f534397e1dea69c64615d2
tree7eab7122325e908dfc909ea3b4182a1bffcfc0a1
parent753fe41418bfc9de66990697cfbcce171cfcede7
gh-84461: Fix pydebug Emscripten browser builds (GH-93982)

wasm_assets script did not take the ABIFLAG flag of sysconfigdata into
account.
(cherry picked from commit 7a2cc35e1ca6808a735b90269756d5286077a152)

Co-authored-by: Christian Heimes <christian@python.org>
Makefile.pre.in
Tools/wasm/wasm_assets.py