We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 090201c commit e5a669bCopy full SHA for e5a669b
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