Merge "macOS calls itself Darwin."

This commit is contained in:
Treehugger Robot
2019-08-23 16:45:07 +00:00
committed by Gerrit Code Review

View File

@@ -111,9 +111,6 @@ endif
ifneq (,$(findstring Darwin,$(UNAME))) ifneq (,$(findstring Darwin,$(UNAME)))
HOST_OS := darwin HOST_OS := darwin
endif endif
ifneq (,$(findstring Macintosh,$(UNAME)))
HOST_OS := darwin
endif
HOST_OS_EXTRA := $(shell uname -rsm) HOST_OS_EXTRA := $(shell uname -rsm)
ifeq ($(HOST_OS),linux) ifeq ($(HOST_OS),linux)