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 dfcd9a0 commit 956ea30Copy full SHA for 956ea30
1 file changed
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