We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18e6b53 commit b159eccCopy full SHA for b159ecc
1 file changed
master/custom/factories.py
@@ -881,7 +881,7 @@ class Wasm32WasiCrossBuild(UnixCrossBuild):
881
"--without-pydebug",
882
]
883
compile_environ = {
884
- "CONFIG_SITE": "../../Tools/wasm/config.site-wasm32-wasi",
+ "CONFIG_SITE": "../../Tools/wasm/wasi/config.site-wasm32-wasi",
885
}
886
host = "wasm32-unknown-wasi"
887
host_configure_cmd = ["../../Tools/wasm/wasi-env", "../../configure"]
0 commit comments