Fix typo with paren rustc_llvm/build.rs
This commit is contained in:
parent
18eeac04fc
commit
a71b024c89
1 changed files with 1 additions and 1 deletions
|
|
@ -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-")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue