Skip to content

Commit

Permalink
Merge pull request #25 from bgermann/master
Browse files Browse the repository at this point in the history
Solaris support
  • Loading branch information
alexcrichton committed Nov 18, 2017
2 parents 06e41ac + 8182b0c commit 29d33e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -830,6 +830,8 @@ fn default_cfg(target: &str) -> Vec<(String, Option<String>)> {
("openbsd", "unix", "")
} else if target.contains("dragonfly") {
("dragonfly", "unix", "")
} else if target.contains("solaris") {
("solaris", "unix", "")
} else if target.contains("emscripten") {
("emscripten", "unix", "")
} else {
Expand Down

0 comments on commit 29d33e2

Please sign in to comment.