Skip to content

Commit

Permalink
Add support for the Haiku target
Browse files Browse the repository at this point in the history
  • Loading branch information
nielx committed Jan 14, 2021
1 parent 8672b22 commit 193a72f
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 @@ -1114,6 +1114,8 @@ fn default_cfg(target: &str) -> Vec<(String, Option<String>)> {
("redox", "unix", "")
} else if target.contains("vxworks") {
("vxworks", "unix", "")
} else if target.contains("haiku") {
("haiku", "unix", "")
} else {
panic!("unknown os/family: {}", target)
};
Expand Down

0 comments on commit 193a72f

Please sign in to comment.