We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbf037f commit 6370e5eCopy full SHA for 6370e5e
tools/build-ios-curl.sh
@@ -107,7 +107,7 @@ function configure_make() {
107
108
if [[ "${ARCH}" == "x86_64" ]]; then
109
110
- ./Configure --host=x86_64-ios-darwin --prefix="${PREFIX_DIR}" --disable-shared --enable-static --enable-ipv6 --with-ssl=${OPENSSL_OUT_DIR} --with-nghttp2=${NGHTTP2_OUT_DIR} >"${OUTPUT_ROOT}/log/${ARCH}.log" 2>&1
+ ./Configure --host=x86_64-ios-darwin --prefix="${PREFIX_DIR}" --disable-shared --enable-static --enable-ipv6 --without-libidn2 --with-ssl=${OPENSSL_OUT_DIR} --with-nghttp2=${NGHTTP2_OUT_DIR} >"${OUTPUT_ROOT}/log/${ARCH}.log" 2>&1
111
112
elif [[ "${ARCH}" == "armv7" ]]; then
113
0 commit comments