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

Unverified Commit 05efc156 authored by Christopher N. Hesse's avatar Christopher N. Hesse Committed by Michael Bestas
Browse files

All operating systems are beautiful

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

Change-Id: I9c993d44ca74cb15631ea25d6105a3398ea57e95
parent 89f20737
Loading
Loading
Loading
Loading
+0 −5
Original line number Original line Diff line number Diff line
@@ -4252,10 +4252,6 @@ endif
# -----------------------------------------------------------------
# -----------------------------------------------------------------
# host tools needed to build dist and OTA packages
# 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.
  # Set build_ota_package, and allow opt-out below.
  build_ota_package := true
  build_ota_package := true
  ifeq ($(TARGET_SKIP_OTA_PACKAGE),true)
  ifeq ($(TARGET_SKIP_OTA_PACKAGE),true)
@@ -4293,7 +4289,6 @@ else
  ifeq ($(TARGET_SKIP_OTATOOLS_PACKAGE),true)
  ifeq ($(TARGET_SKIP_OTATOOLS_PACKAGE),true)
    build_otatools_package := false
    build_otatools_package := false
  endif
  endif
endif


ifeq ($(build_otatools_package),true)
ifeq ($(build_otatools_package),true)