Skip to content

Commit 23056e8

Browse files
committed
fix: Revert vita's c_char to i8
1 parent 0f9f8c9 commit 23056e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ cfg_if! {
5050
target_os = "watchos",
5151
target_os = "visionos",
5252
)),
53+
not(target_os = "vita"),
5354
any(
5455
target_arch = "aarch64",
5556
target_arch = "arm",

0 commit comments

Comments
 (0)