Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1d4fd1bf authored by Elliott Hughes's avatar Elliott Hughes Committed by android-build-merger
Browse files

Merge "macOS calls itself Darwin." am: 33dfa52c

am: 21e1dba2

Change-Id: I004f3685fbce4746ebe3e7408987f90200907bfc
parents 0d80ab78 21e1dba2
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -111,9 +111,6 @@ endif
ifneq (,$(findstring Darwin,$(UNAME)))
  HOST_OS := darwin
endif
ifneq (,$(findstring Macintosh,$(UNAME)))
  HOST_OS := darwin
endif

HOST_OS_EXTRA := $(shell uname -rsm)
ifeq ($(HOST_OS),linux)