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 fe82c31 commit 90de6d2Copy full SHA for 90de6d2
build.rs
@@ -13,10 +13,10 @@ fn main() {
13
let target = std::env::var("TARGET").unwrap();
14
println!("cargo:rustc-env=RUST_HOST_TARGET={target}");
15
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
- }
+ // if target == "wasm32-wasip1-threads" {
+ // let wasi_sysroot = std::env::var("WASI_SYSROOT").unwrap();
+ // println!("cargo:rustc-flags=-L {}/../../lib/clang/18/lib/wasip1 -lstatic=clang_rt.builtins-wasm32", Path::new(&wasi_sysroot).display());
+ // }
20
}
21
22
fn compress_man() {
0 commit comments