AIX uses gmake for GNU style Makefile

This commit is contained in:
Kai Luo 2023-03-30 10:19:54 +08:00
parent 2fb0e8d162
commit ccc563a7d7

View file

@ -2996,6 +2996,7 @@ impl<'test> TestCx<'test> {
|| host.contains("freebsd")
|| host.contains("netbsd")
|| host.contains("openbsd")
|| host.contains("aix")
{
"gmake"
} else {