Skip to content

Commit 11cd06b

Browse files
committed
Go back to using defaults
1 parent b1edb72 commit 11cd06b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

master/custom/factories.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -911,13 +911,13 @@ def setup(self, parallel, branch, test_with_PTY=False, **kwargs):
911911
# Pydebug build automatically inferred from build Python.
912912
Configure(
913913
name="Configure host Python",
914-
command=["python3", wasi_py, "configure-host", "--target-triple", host_triple],
914+
command=["python3", wasi_py, "configure-host"],
915915
)
916916
)
917917
self.addStep(
918918
Compile(
919919
name="Compile host Python",
920-
command=["python3", wasi_py, "make-host", "--target-triple", host_triple],
920+
command=["python3", wasi_py, "make-host"],
921921
)
922922
)
923923

0 commit comments

Comments
 (0)