Skip to content

Commit 6370e5e

Browse files
committed
fix bug for simulator
1 parent dbf037f commit 6370e5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build-ios-curl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ function configure_make() {
107107

108108
if [[ "${ARCH}" == "x86_64" ]]; then
109109

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
110+
./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
111111

112112
elif [[ "${ARCH}" == "armv7" ]]; then
113113

0 commit comments

Comments
 (0)