Skip to content

Commit

Permalink
add Illumos support
Browse files Browse the repository at this point in the history
  • Loading branch information
DrHyde authored and Byron committed Feb 21, 2022
1 parent 3b5e74d commit 5d43c13
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ use ios as os;
target_os = "dragonfly",
target_os = "netbsd",
target_os = "openbsd",
target_os = "illumos",
target_os = "solaris"
))]
use unix as os;
Expand All @@ -56,6 +57,7 @@ use unix as os;
target_os = "dragonfly",
target_os = "netbsd",
target_os = "openbsd",
target_os = "illumos",
target_os = "solaris",
target_os = "ios",
target_os = "macos",
Expand Down Expand Up @@ -320,6 +322,7 @@ mod ios {
target_os = "dragonfly",
target_os = "netbsd",
target_os = "openbsd",
target_os = "illumos",
target_os = "solaris"
))]
mod unix {
Expand Down

0 comments on commit 5d43c13

Please sign in to comment.