summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2022-08-19 06:36:12 (GMT)
committerGitHub <noreply@github.com>2022-08-19 06:36:12 (GMT)
commit6087f491ea1e4c8c115bb02d95e391399c0d6fe7 (patch)
tree725dec15db25a64dd08c31c965a4a38bbb285cd8 /configure
parent757c383d2465ce87f546f01568ec911bd226a084 (diff)
downloadcpython-6087f491ea1e4c8c115bb02d95e391399c0d6fe7.zip
cpython-6087f491ea1e4c8c115bb02d95e391399c0d6fe7.tar.gz
cpython-6087f491ea1e4c8c115bb02d95e391399c0d6fe7.tar.bz2
gh-95853: WASM: better version and asset handling in scripts (GH-96045)
- support EMSDK tot-upstream and git releases - allow WASM assents for wasm64-emscripten and WASI. This makes single file distributions on WASI easier. - decouple WASM assets from browser builds
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index fb3a3c3..1801f80 100755
--- a/configure
+++ b/configure
@@ -7038,7 +7038,7 @@ $as_echo "$LDLIBRARY" >&6; }
# LIBRARY_DEPS, LINK_PYTHON_OBJS and LINK_PYTHON_DEPS variable
case $ac_sys_system/$ac_sys_emscripten_target in #(
Emscripten/browser*) :
- LIBRARY_DEPS='$(PY3LIBRARY) $(WASM_STDLIB)' ;; #(
+ LIBRARY_DEPS='$(PY3LIBRARY) $(WASM_STDLIB) python.html python.worker.js' ;; #(
*) :
LIBRARY_DEPS='$(PY3LIBRARY) $(EXPORTSYMS)'
;;