]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
build : remove LLAMA_HTTPLIB option (#19623)
authorAdrien Gallouët <redacted>
Sun, 15 Feb 2026 14:38:50 +0000 (15:38 +0100)
committerGitHub <redacted>
Sun, 15 Feb 2026 14:38:50 +0000 (15:38 +0100)
commit9e118b97c456d378dea49a8c46b850c71fc18363
tree9e0389253730cf16f3a671bb9f3455ae760df962
parent57088276d42faf7a0f4a347578cff2c17159906d
build : remove LLAMA_HTTPLIB option (#19623)

This option was introduced as a workaround because cpp-httplib could not
build on visionOS. Since it has been fixed and now compiles on all platforms,
we can remove it and simplify many things.

Signed-off-by: Adrien Gallouët <redacted>
CMakeLists.txt
build-xcframework.sh
common/CMakeLists.txt
common/download.cpp
scripts/sync_vendor.py
tools/server/CMakeLists.txt
vendor/cpp-httplib/httplib.cpp
vendor/cpp-httplib/httplib.h