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 996e362 commit 42dc7bbCopy full SHA for 42dc7bb
libc-test/build.rs
@@ -11,7 +11,7 @@ use std::{env, io};
11
fn do_cc() {
12
let target = env::var("TARGET").unwrap();
13
if cfg!(unix) {
14
- let exclude = ["redox", "wasi", "wali64"];
+ let exclude = ["redox", "wasi", "wasm32-linux-musl"];
15
if !exclude.iter().any(|x| target.contains(x)) {
16
let mut cmsg = cc::Build::new();
17
0 commit comments