summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2022-06-08 20:21:04 (GMT)
committerGitHub <noreply@github.com>2022-06-08 20:21:04 (GMT)
commit1b7942acb2cc31d65bba6be9be906433121d457e (patch)
tree6479def1b615110d42fe910bc4d43979cbd04b20 /configure
parentabd022383b321e49203bb828144dd9e6d846cb25 (diff)
downloadcpython-1b7942acb2cc31d65bba6be9be906433121d457e.zip
cpython-1b7942acb2cc31d65bba6be9be906433121d457e.tar.gz
cpython-1b7942acb2cc31d65bba6be9be906433121d457e.tar.bz2
[3.11] gh-90473: Define HOSTRUNNER for WASI (GH-93606) (GH-93612)
(cherry picked from commit 22df2e0322300d25c1255ceb73cacc0ebd96b20e) Co-authored-by: Christian Heimes <christian@python.org>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index e91d04b..2ad709c 100755
--- a/configure
+++ b/configure
@@ -6688,6 +6688,8 @@ else
fi
;; #(
+ WASI/*) :
+ HOSTRUNNER='wasmtime run --env PYTHONPATH=$$(realpath --relative-to $(abs_srcdir) $(abs_builddir))/$$(cat pybuilddir.txt) --mapdir /::$(srcdir) --' ;; #(
*) :
HOSTRUNNER=''
;;