mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
🔖 Bump ik-llama.cpp-vulkan version to r4107.738dc60b-1
This commit is contained in:
parent
31bbc292df
commit
7ae104bf7f
1 changed files with 6 additions and 0 deletions
6
PKGBUILD
6
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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue