Skip to content

Commit 63d7f36

Browse files
authored
Merge pull request JohnTitor/ctest2#55 from bzEq/aix
2 parents adb9dba + 8d7528c commit 63d7f36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ctest/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1138,6 +1138,8 @@ fn default_cfg(target: &str) -> Vec<(String, Option<String>)> {
11381138
("nto", "unix", env)
11391139
} else if target.contains("linux-ohos") {
11401140
("linux", "unix", "ohos")
1141+
} else if target.contains("aix") {
1142+
("aix", "unix", "")
11411143
} else {
11421144
panic!("unknown os/family: {}", target)
11431145
};

0 commit comments

Comments
 (0)