From 852b9cd5ff2da11e3a396f6e139f8479fa786a9f Mon Sep 17 00:00:00 2001 From: Julian Oes Date: Mon, 2 Dec 2024 15:51:14 +1300 Subject: [PATCH] third_party: try curl without idn2 --- third_party/curl/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/third_party/curl/CMakeLists.txt b/third_party/curl/CMakeLists.txt index 3c218dcb7..76f8d570c 100644 --- a/third_party/curl/CMakeLists.txt +++ b/third_party/curl/CMakeLists.txt @@ -17,6 +17,7 @@ list(APPEND CMAKE_ARGS "-DHTTP_ONLY=OFF" "-DHAVE_POSIX_STRERROR_R=1" "-DBUILD_TESTING=OFF" + "-DUSE_LIBIDN2=OFF" ) if(ANDROID)