]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-84461: Drop -sWASM, fix building tests for browser (GH-91530)
authorChristian Heimes <christian@python.org>
Thu, 14 Apr 2022 14:27:41 +0000 (17:27 +0300)
committerGitHub <noreply@github.com>
Thu, 14 Apr 2022 14:27:41 +0000 (16:27 +0200)
commit7acedd71dec4e60400c865911e8961dbb49d5597
tree950e8aaf6aa4c6c6c591692cbd4f2bdd5623ee93
parent1b035d9699aaebbe4f1ca096345d538caa07907a
gh-84461: Drop -sWASM, fix building tests for browser (GH-91530)

- drop unnecessary ``=1`` suffix from Emscripten flags
- drop unnecessary ``-sWASM`` flag for side modules
- rename ``build_platform`` to ``build_wasm``. I introduced the target
  for WASM builds a couple of months ago.
- fix ``--enable-test-modules`` for browser builds
Makefile.pre.in
configure
configure.ac