Merge pull request #2747 from Helflym/dev

Add AIX support in Makefile
This commit is contained in:
Yann Collet
2021-10-01 08:13:39 -07:00
committed by GitHub
5 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ clean:
#------------------------------------------------------------------------------
# make install is validated only for Linux, macOS, Hurd and some BSD targets
#------------------------------------------------------------------------------
ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU OpenBSD FreeBSD DragonFly NetBSD MSYS_NT Haiku))
ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU OpenBSD FreeBSD DragonFly NetBSD MSYS_NT Haiku AIX))
HOST_OS = POSIX