We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfcd9a0 commit 87b916eCopy full SHA for 87b916e
cpufeatures/Cargo.toml
@@ -24,5 +24,5 @@ libc = { version = "0.2.155", default-features = false }
24
[target.'cfg(all(target_arch = "loongarch64", target_os = "linux"))'.dependencies]
25
libc = { version = "0.2.155", default-features = false }
26
27
-[target.aarch64-linux-android.dependencies]
+[target.'cfg(all(target_arch = "aarch64", target_os = "android"))'.dependencies]
28
0 commit comments