summaryrefslogtreecommitdiff
path: root/external/curl
diff options
context:
space:
mode:
authorMichael Stahl <Michael.Stahl@cib.de>2018-10-31 19:06:30 +0100
committerTor Lillqvist <tml@collabora.com>2018-11-01 16:39:54 +0100
commita626bdd56d7116efa57e65403ad51b56657148c3 (patch)
treef48fac9d3e2fe327b59f10c1229eb43a2c3858da /external/curl
parent4bd701a306c8068911203f976145adc717f015d2 (diff)
gbuild: rename value OS=IOS to OS=iOS
This gets rid of the horrible hack in gbuild.mk to accomodate the case-incorrect iOS platform makefiles that cannot be renamed without upsetting git on file systems that sadly lack the case sensitivity feature. Keep the macro defined to IOS though. Change-Id: I1022bfef4900da00e75fc1ccce786b20f8673234 Reviewed-on: https://gerrit.libreoffice.org/62705 Tested-by: Jenkins Reviewed-by: Michael Stahl <Michael.Stahl@cib.de> Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'external/curl')
-rw-r--r--external/curl/ExternalProject_curl.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/curl/ExternalProject_curl.mk b/external/curl/ExternalProject_curl.mk
index 136e50f3a81c..73d5620eaa01 100644
--- a/external/curl/ExternalProject_curl.mk
+++ b/external/curl/ExternalProject_curl.mk
@@ -40,7 +40,7 @@ endif
$(call gb_ExternalProject_get_state_target,curl,build):
$(call gb_ExternalProject_run,build,\
./configure \
- $(if $(filter IOS MACOSX,$(OS)),\
+ $(if $(filter iOS MACOSX,$(OS)),\
--with-darwinssl,\
$(if $(ENABLE_NSS),--with-nss$(if $(SYSTEM_NSS),,="$(call gb_UnpackedTarball_get_dir,nss)/dist/out"),--without-nss)) \
--without-ssl --without-gnutls --without-polarssl --without-cyassl --without-axtls --without-mbedtls \