summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2022-06-14 10:15:13 (GMT)
committerGitHub <noreply@github.com>2022-06-14 10:15:13 (GMT)
commitcd543d0bc9aacca1dee02dea7ff4aec8966dcaf8 (patch)
tree4b80616493188acb4a5e9f941bfa3f3bdd5f6e93 /configure
parent3cd1a5d3ec487e23e3d976e7dd235329f04cfc73 (diff)
downloadcpython-cd543d0bc9aacca1dee02dea7ff4aec8966dcaf8.zip
cpython-cd543d0bc9aacca1dee02dea7ff4aec8966dcaf8.tar.gz
cpython-cd543d0bc9aacca1dee02dea7ff4aec8966dcaf8.tar.bz2
gh-90473: Include stdlib dir in wasmtime PYTHONPATH (GH-93797)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index fb51026..8da0181 100755
--- a/configure
+++ b/configure
@@ -6782,7 +6782,7 @@ else
fi
;; #(
WASI/*) :
- HOSTRUNNER='wasmtime run --env PYTHONPATH=/$(shell realpath --relative-to $(abs_srcdir) $(abs_builddir))/$(shell cat pybuilddir.txt) --mapdir /::$(srcdir) --' ;; #(
+ HOSTRUNNER='wasmtime run --env PYTHONPATH=/$(shell realpath --relative-to $(abs_srcdir) $(abs_builddir))/$(shell cat pybuilddir.txt):/Lib --mapdir /::$(srcdir) --' ;; #(
*) :
HOSTRUNNER=''
;;