diff options
author | Christian Heimes <christian@python.org> | 2022-04-05 09:21:11 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-05 09:21:11 (GMT) |
commit | 96e09837fb8031aebe8d823dd19ef664a34bcfad (patch) | |
tree | 28f6efee3352292d27370a2aeea27090755bed6f /configure | |
parent | faa12088c179dd896fde713448a7f142f820c1aa (diff) | |
download | cpython-96e09837fb8031aebe8d823dd19ef664a34bcfad.zip cpython-96e09837fb8031aebe8d823dd19ef664a34bcfad.tar.gz cpython-96e09837fb8031aebe8d823dd19ef664a34bcfad.tar.bz2 |
bpo-40280: Add limited Emscripten REPL (GH-32284)
Co-authored-by: Katie Bell <katie@katharos.id.au>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6338,7 +6338,7 @@ else case $ac_sys_system/$ac_sys_emscripten_target in #( Emscripten/browser*) : - EXEEXT=.html ;; #( + EXEEXT=.js ;; #( Emscripten/node*) : EXEEXT=.js ;; #( WASI/*) : |