From 7ae104bf7f0bb06c4bb45d4768140c9a91a8dc59 Mon Sep 17 00:00:00 2001 From: Orion Date: Sun, 11 Jan 2026 14:17:34 +0000 Subject: [PATCH] :bookmark: Bump ik-llama.cpp-vulkan version to r4107.738dc60b-1 --- PKGBUILD | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/PKGBUILD b/PKGBUILD index 147031e91018e..9196cf9eeb96a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -95,6 +95,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) }