File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -609,7 +609,7 @@ jobs:
609
609
mkdir bld && cd bld && ../configure --enable-warnings --enable-werror \
610
610
--disable-dependency-tracking \
611
611
--disable-docs --disable-manual \
612
- --without-nghttp2 --without-libidn2 --without-apple-idn \
612
+ --without-nghttp2 --without-libidn2 \
613
613
--without-libpsl \
614
614
${options}
615
615
else
@@ -621,7 +621,7 @@ jobs:
621
621
"-DCMAKE_IGNORE_PREFIX_PATH=$(brew --prefix)" \
622
622
"-DCMAKE_C_COMPILER_TARGET=$(uname -m | sed 's/arm64/aarch64/')-apple-darwin$(uname -r)" \
623
623
-DBUILD_LIBCURL_DOCS=OFF -DBUILD_MISC_DOCS=OFF -DENABLE_CURL_MANUAL=OFF \
624
- -DUSE_NGHTTP2=OFF -DUSE_LIBIDN2=OFF -DUSE_APPLE_IDN=OFF \
624
+ -DUSE_NGHTTP2=OFF -DUSE_LIBIDN2=OFF \
625
625
-DCURL_USE_LIBPSL=OFF -DCURL_USE_LIBSSH2=OFF \
626
626
${options}
627
627
fi
You can’t perform that action at this time.
0 commit comments