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

Commit a8368efe authored by Elliott Hughes's avatar Elliott Hughes
Browse files

macOS calls itself Darwin.

Test: uname
Change-Id: Id3ce8614869e68c15666051af14321f597d6ae0f
parent 2211352e
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)