Skip to content
Snippets Groups Projects
Commit cb0ac4ab authored by Kateryna Kostiuk's avatar Kateryna Kostiuk
Browse files

gnutls: disable zstd for iOS

Change-Id: Ifa22d005d8c9d633af6604e506377c1e10d2d83d
parent 4bbcac62
Branches
No related tags found
No related merge requests found
...@@ -46,7 +46,8 @@ endif ...@@ -46,7 +46,8 @@ endif
ifdef HAVE_IOS ifdef HAVE_IOS
GNUTLS_CONF += \ GNUTLS_CONF += \
--disable-hardware-acceleration \ --disable-hardware-acceleration \
--without-brotli --without-brotli \
--without-zstd
endif endif
DEPS_gnutls = gmp nettle iconv DEPS_gnutls = gmp nettle iconv
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment