Skip to content

Commit 8986af9

Browse files
author
Kai Luo
committed
Use gmake on AIX
1 parent 59c6fad commit 8986af9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/testsuite/jobserver.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ fn validate(_: &str) {
5757
fn make_exe() -> &'static str {
5858
if cfg!(windows) {
5959
"mingw32-make"
60+
} else if cfg!(target_os = "aix") {
61+
"gmake"
6062
} else {
6163
"make"
6264
}

0 commit comments

Comments
 (0)