Skip to content

Commit

Permalink
Add illumos target support (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
pfmooney authored Mar 26, 2020
1 parent 033b3ee commit 937aa81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/unix/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ cfg_if::cfg_if! {
pub use self::macos::*;
} else if #[cfg(any(target_os = "android",
target_os = "solaris",
target_os = "illumos",
target_os = "emscripten",
target_os = "freebsd",
target_os = "netbsd",
Expand Down

0 comments on commit 937aa81

Please sign in to comment.