From 1277c5e4ba90936688f72a44ea23912d6f238271 Mon Sep 17 00:00:00 2001 From: Orion Date: Sun, 11 Jan 2026 14:17:39 +0000 Subject: [PATCH] :bookmark: Bump ik-llama.cpp version to r4107.738dc60b-1 --- PKGBUILD | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/PKGBUILD b/PKGBUILD index 3d0c2b5167d10..51ccffabab892 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -96,6 +96,12 @@ build() { ) fi + # 允许用户自定义构建选项 + if [[ -n "$LLAMA_BUILD_EXTRA_ARGS" ]]; then + msg2 "Applied custom CMake build args: $LLAMA_BUILD_EXTRA_ARGS" + _cmake_options+=($LLAMA_BUILD_EXTRA_ARGS) + fi + cmake "${_cmake_options[@]}" cmake --build build --config Release -- -j $(nproc) }