Skip to content

Commit e5a669b

Browse files
committed
fix: Revert vita's c_char to i8
1 parent 090201c commit e5a669b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/primitives.rs

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ cfg_if! {
2121
if #[cfg(all(
2222
not(windows),
2323
not(target_vendor = "apple"),
24+
not(target_os = "vita"),
2425
any(
2526
target_arch = "aarch64",
2627
target_arch = "arm",

0 commit comments

Comments
 (0)