summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2018-05-23 22:35:53 +0200
committerAndras Timar <andras.timar@collabora.com>2018-05-25 10:03:52 +0200
commitc1b0e70151a5c441174954b22793b7f7571368be (patch)
tree29c67807d490df8502e72e4f671c9ea306916a65
parent331e325b8229976312129daa1bc94a584104cb07 (diff)
-mmacosx-version-min is passed already
Change-Id: I028253d752b9a9ce54d1725e987dc6d9f9a7514b
-rw-r--r--external/curl/ExternalProject_curl.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/external/curl/ExternalProject_curl.mk b/external/curl/ExternalProject_curl.mk
index 4a0b4d50a608..1b7dd05e519e 100644
--- a/external/curl/ExternalProject_curl.mk
+++ b/external/curl/ExternalProject_curl.mk
@@ -59,8 +59,6 @@ $(call gb_ExternalProject_get_state_target,curl,build):
$(if $(ENABLE_DEBUG),--enable-debug) \
$(if $(verbose),--disable-silent-rules,--enable-silent-rules) \
$(if $(filter MACOSX,$(OS)),--prefix=/@.__________________________________________________OOO) \
- $(if $(filter MACOSX,$(OS)),CFLAGS='$(CFLAGS) \
- -mmacosx-version-min=$(MAC_OS_X_VERSION_MIN_REQUIRED_DOTS)') \
CPPFLAGS='$(curl_CPPFLAGS)' \
LDFLAGS='$(curl_LDFLAGS)' \
ZLIB_CFLAGS='$(ZLIB_CFLAGS)' ZLIB_LIBS='$(ZLIB_LIBS)' \