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

Commit 657aeac8 authored by Al Sutton's avatar Al Sutton Committed by Android Git Automerger
Browse files

am 9ce06f11: Don\'t run ranlib on MacOS 10.7

* commit '9ce06f11':
  Don't run ranlib on MacOS 10.7
parents 05e98055 9ce06f11
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -53,7 +53,11 @@ HOST_JNILIB_SUFFIX := .jnilib

HOST_GLOBAL_CFLAGS += \
	-include $(call select-android-config-h,darwin-x86)
ifneq ($(filter 10.7.%, $(build_mac_version)),)
       HOST_RUN_RANLIB_AFTER_COPYING := false
else
       HOST_RUN_RANLIB_AFTER_COPYING := true
endif
HOST_GLOBAL_ARFLAGS := cqs

HOST_CUSTOM_LD_COMMAND := true