Skip to content

Commit 90de6d2

Browse files
committed
1 parent fe82c31 commit 90de6d2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ fn main() {
1313
let target = std::env::var("TARGET").unwrap();
1414
println!("cargo:rustc-env=RUST_HOST_TARGET={target}");
1515

16-
if target == "wasm32-wasip1-threads" {
17-
let wasi_sysroot = std::env::var("WASI_SYSROOT").unwrap();
18-
println!("cargo:rustc-flags=-L {}/../../lib/clang/18/lib/wasip1 -lstatic=clang_rt.builtins-wasm32", Path::new(&wasi_sysroot).display());
19-
}
16+
// if target == "wasm32-wasip1-threads" {
17+
// let wasi_sysroot = std::env::var("WASI_SYSROOT").unwrap();
18+
// println!("cargo:rustc-flags=-L {}/../../lib/clang/18/lib/wasip1 -lstatic=clang_rt.builtins-wasm32", Path::new(&wasi_sysroot).display());
19+
// }
2020
}
2121

2222
fn compress_man() {

0 commit comments

Comments
 (0)