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