From: Adrien Gallouët Date: Fri, 26 Sep 2025 11:12:19 +0000 (+0200) Subject: common : use cpp-httplib as a cURL alternative for downloads (llama/16185) X-Git-Tag: upstream/1.8.0~36 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=9823c5cc51c73b769fa55a3a5b6a7ab90ea6e562;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp common : use cpp-httplib as a cURL alternative for downloads (llama/16185) * vendor : update httplib Signed-off-by: Adrien Gallouët * common : use cpp-httplib as a cURL alternative for downloads The existing cURL implementation is intentionally left untouched to prevent any regressions and to allow for safe, side-by-side testing by toggling the `LLAMA_CURL` CMake option. Signed-off-by: Adrien Gallouët * ggml : Bump to Windows 10 Signed-off-by: Adrien Gallouët --------- Signed-off-by: Adrien Gallouët --- diff --git a/ggml/CMakeLists.txt b/ggml/CMakeLists.txt index 0bb2daa7..fd0cf838 100644 --- a/ggml/CMakeLists.txt +++ b/ggml/CMakeLists.txt @@ -176,7 +176,7 @@ set(GGML_CPU_POWERPC_CPUTYPE "" CACHE STRING "ggml: CPU type for PowerPC") if (MINGW) - set(GGML_WIN_VER "0x602" CACHE STRING "ggml: Windows version") + set(GGML_WIN_VER "0xA00" CACHE STRING "ggml: Windows version") endif() # ggml core