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

Commit 90b437e7 authored by Christopher N. Hesse's avatar Christopher N. Hesse
Browse files

kernel: Fix broken C_INCLUDE_PATH for Darwin

Commit 7fb9251d modified
the expansion in an illegal way.

Fix the broken env variable.

Change-Id: Ib3029fa995d6a4b0416887a2ef2e4792c9e6bb27
parent 5efa4cb3
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -261,8 +261,7 @@ define clean-module-folder
endef

ifeq ($(HOST_OS),darwin)
  MAKE_FLAGS += C_INCLUDE_PATH=$(ANDROID_BUILD_TOP)/external/elfutils/libelf/
  MAKE_FLAGS += C_INCLUDE_PATH=/usr/local/opt/openssl/include
  MAKE_FLAGS += C_INCLUDE_PATH=$(ANDROID_BUILD_TOP)/external/elfutils/libelf:/usr/local/opt/openssl/include
  MAKE_FLAGS += LIBRARY_PATH=/usr/local/opt/openssl/lib
endif