Skip to content

Commit 780f817

Browse files
authored
Merge pull request #4258 from vita-rust/revert-vita-c-char
fix: Revert vita's c_char back to i8
2 parents 090201c + e5a669b commit 780f817

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)