Skip to content

Commit

Permalink
fix: Revert vita's c_char to i8
Browse files Browse the repository at this point in the history
(backport <#4258>)
(cherry picked from commit e5a669b)
  • Loading branch information
pheki authored and tgross35 committed Feb 22, 2025
1 parent 9385f3a commit 3e2fb17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/primitives.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ cfg_if! {
if #[cfg(all(
not(windows),
not(target_vendor = "apple"),
not(target_os = "vita"),
any(
target_arch = "aarch64",
target_arch = "arm",
Expand Down

0 comments on commit 3e2fb17

Please sign in to comment.