We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 090201c + e5a669b commit 780f817Copy full SHA for 780f817
src/primitives.rs
@@ -21,6 +21,7 @@ cfg_if! {
21
if #[cfg(all(
22
not(windows),
23
not(target_vendor = "apple"),
24
+ not(target_os = "vita"),
25
any(
26
target_arch = "aarch64",
27
target_arch = "arm",
0 commit comments