Skip to content

Commit c10b486

Browse files
authored
Added support for vita target (#86)
* Added support for vita target * Use target_env=newlib instead
1 parent 5341791 commit c10b486

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/unix.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ extern "C" {
7171
target_os = "netbsd",
7272
target_os = "bitrig",
7373
target_os = "android",
74-
target_os = "espidf"
74+
target_os = "espidf",
75+
target_env = "newlib"
7576
),
7677
link_name = "__errno"
7778
)]

0 commit comments

Comments
 (0)