Skip to content

Commit

Permalink
Support AIX
Browse files Browse the repository at this point in the history
  • Loading branch information
Kai Luo committed Apr 2, 2024
1 parent 7819c5b commit da3454d
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 da3454d

Please sign in to comment.