Fix name of macOS

This commit is contained in:
Ryan Schmidt
2018-06-09 14:31:17 -05:00
parent c92ef71d86
commit b567ce9d68
10 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -260,7 +260,7 @@ clean:
#----------------------------------------------------------------------------------
#make valgrindTest is validated only for Linux, OSX, BSD, Hurd and Solaris targets
#make valgrindTest is validated only for Linux, macOS, BSD, Hurd and Solaris targets
#----------------------------------------------------------------------------------
ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU OpenBSD FreeBSD NetBSD DragonFly SunOS))
HOST_OS = POSIX
+1 -1
View File
@@ -33,7 +33,7 @@ clean:
#------------------------------------------------------------------------------
# validated only for Linux, OSX, Hurd and some BSD targets
# validated only for Linux, macOS, Hurd and some BSD targets
#------------------------------------------------------------------------------
ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU FreeBSD DragonFly NetBSD))