Skip to content

Commit

Permalink
Merge pull request #55 from bzEq/aix
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor authored Jun 25, 2024
2 parents 875b40e + da3454d commit 80f9cc4
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 @@ -1138,6 +1138,8 @@ fn default_cfg(target: &str) -> Vec<(String, Option<String>)> {
("nto", "unix", env)
} else if target.contains("linux-ohos") {
("linux", "unix", "ohos")
} else if target.contains("aix") {
("aix", "unix", "")
} else {
panic!("unknown os/family: {}", target)
};
Expand Down

0 comments on commit 80f9cc4

Please sign in to comment.