Skip to content

Commit 2af7660

Browse files
authored
Merge pull request #100 from Skyline-23/main
Add support for iOS in unix.rs
2 parents 2d02c08 + 843a032 commit 2af7660

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/platform/unix.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ impl Debug for UTSName {
122122
target_os = "illumos",
123123
target_os = "solaris",
124124
target_os = "macos",
125+
target_os = "ios",
125126
target_os = "dragonfly",
126127
target_os = "freebsd",
127128
target_os = "openbsd",
@@ -159,6 +160,7 @@ impl PartialEq for UTSName {
159160
target_os = "illumos",
160161
target_os = "solaris",
161162
target_os = "macos",
163+
target_os = "ios",
162164
target_os = "dragonfly",
163165
target_os = "freebsd",
164166
target_os = "openbsd",

0 commit comments

Comments
 (0)