We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59c6fad commit 8986af9Copy full SHA for 8986af9
tests/testsuite/jobserver.rs
@@ -57,6 +57,8 @@ fn validate(_: &str) {
57
fn make_exe() -> &'static str {
58
if cfg!(windows) {
59
"mingw32-make"
60
+ } else if cfg!(target_os = "aix") {
61
+ "gmake"
62
} else {
63
"make"
64
}
0 commit comments