Skip to content

Commit ee1f097

Browse files
authored
Fix a typo in the path to the host/WASI build (#461)
1 parent fa40163 commit ee1f097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

master/custom/factories.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,7 @@ def __init__(self, source, *, extra_tags=[], **kwargs):
873873

874874
def setup(self, parallel, branch, test_with_PTY=False, **kwargs):
875875
wasi_py = "Tools/wasm/wasi.py"
876-
host_path = "build/wasm32-wasi"
876+
host_path = "cross-build/wasm32-wasi"
877877

878878
# Build Python
879879
build_configure = ["python3", wasi_py, "configure-build-python"]

0 commit comments

Comments
 (0)