am bf3d3287: Merge "Use the same compilation flags on OS X 10.8 as 10.7"
* commit 'bf3d3287acad729c5db51df24ba443ea0d94c9aa': Use the same compilation flags on OS X 10.8 as 10.7
This commit is contained in:
commit
b031afab54
|
@ -63,7 +63,7 @@ HOST_JNILIB_SUFFIX := .jnilib
|
||||||
|
|
||||||
HOST_GLOBAL_CFLAGS += \
|
HOST_GLOBAL_CFLAGS += \
|
||||||
-include $(call select-android-config-h,darwin-x86)
|
-include $(call select-android-config-h,darwin-x86)
|
||||||
ifneq ($(filter 10.7.%, $(build_mac_version)),)
|
ifneq ($(filter 10.7 10.7.% 10.8 10.8.%, $(build_mac_version)),)
|
||||||
HOST_RUN_RANLIB_AFTER_COPYING := false
|
HOST_RUN_RANLIB_AFTER_COPYING := false
|
||||||
else
|
else
|
||||||
HOST_RUN_RANLIB_AFTER_COPYING := true
|
HOST_RUN_RANLIB_AFTER_COPYING := true
|
||||||
|
|
Loading…
Reference in New Issue