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

Commit c5b2d182 authored by Christopher N. Hesse's avatar Christopher N. Hesse Committed by Nolen Johnson
Browse files

All operating systems are beautiful

Thou shalt not discriminate OS X.
Allow building otapackage on darwin.

Change-Id: I9c993d44ca74cb15631ea25d6105a3398ea57e95
parent dd1c237a
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -4101,10 +4101,6 @@ endif
# -----------------------------------------------------------------
# host tools needed to build dist and OTA packages

ifeq ($(BUILD_OS),darwin)
  build_ota_package := false
  build_otatools_package := false
else
  # Set build_ota_package, and allow opt-out below.
  build_ota_package := true
  ifeq ($(TARGET_SKIP_OTA_PACKAGE),true)
@@ -4136,7 +4132,6 @@ else
  ifeq ($(TARGET_SKIP_OTATOOLS_PACKAGE),true)
    build_otatools_package := false
  endif
endif

ifeq ($(build_otatools_package),true)