This commit is contained in:
2026-09-03 21:22:54 +02:00
parent 91bcfb98e0
commit a6e524e921
3 changed files with 6 additions and 2 deletions

View File

@ -35,6 +35,7 @@ src_configure() {
-DSD_BUILD_SHARED_LIBS=ON
-DSD_BUILD_SHARED_GGML_LIB=OFF
-DSD_USE_SYSTEM_GGML=ON
-DGGML_MAX_NAME=160
-DSD_WEBP=ON
-DSD_WEBM=ON
@ -50,5 +51,7 @@ src_configure() {
}
src_install() {
cmake_src_install
# cmake_src_install
dobin build/sd-cli
dobin build/sd-server
}