Fix typo with paren rustc_llvm/build.rs

This commit is contained in:
Daniel Paoliello 2025-08-10 12:22:13 -07:00
parent 18eeac04fc
commit a71b024c89

View file

@ -255,7 +255,7 @@ fn main() {
println!("cargo:rustc-link-lib=kstat");
}
if (target.starts_with("arm") && !target.contains("freebsd")) && !target.contains("ohos")
if (target.starts_with("arm") && !target.contains("freebsd") && !target.contains("ohos"))
|| target.starts_with("mips-")
|| target.starts_with("mipsel-")
|| target.starts_with("powerpc-")