Skip to content

Commit 0b4f9a1

Browse files
committed
Added missing 'ios' platform
1 parent c8227f1 commit 0b4f9a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vm/src/stdlib/sys.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ mod sys {
7373
"android"
7474
} else if #[cfg(target_os = "macos")] {
7575
"darwin"
76+
} else if #[cfg(target_os = "ios")] {
77+
"ios"
7678
} else if #[cfg(windows)] {
7779
"win32"
7880
} else if #[cfg(target_os = "wasi")] {

0 commit comments

Comments
 (0)