Skip to content

Commit 047d5e4

Browse files
committed
Try fix WASM build with Py_DEBUG
1 parent 01a8f94 commit 047d5e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/wasm/wasm_build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,8 +335,8 @@ def _check_wasi() -> None:
335335
"--env PYTHONPATH="
336336
+ ":".join(
337337
(
338-
"/{relbuilddir}/build/lib.wasi-wasm32-{version}",
339338
"/{relbuilddir}/build/lib.wasi-wasm32-{version}-pydebug",
339+
"/{relbuilddir}/build/lib.wasi-wasm32-{version}",
340340
"/Lib",
341341
)
342342
)

0 commit comments

Comments
 (0)