Skip to content

Commit a71b024

Browse files
committed
Fix typo with paren rustc_llvm/build.rs
1 parent 18eeac0 commit a71b024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_llvm/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ fn main() {
255255
println!("cargo:rustc-link-lib=kstat");
256256
}
257257

258-
if (target.starts_with("arm") && !target.contains("freebsd")) && !target.contains("ohos")
258+
if (target.starts_with("arm") && !target.contains("freebsd") && !target.contains("ohos"))
259259
|| target.starts_with("mips-")
260260
|| target.starts_with("mipsel-")
261261
|| target.starts_with("powerpc-")

0 commit comments

Comments
 (0)