Maybe libggml has to be static

This commit is contained in:
KerfuffleV2 2023-06-16 09:40:59 -06:00
parent 48f17f2ff8
commit 741c19a756

View file

@ -410,7 +410,7 @@ endif()
# Build libraries # Build libraries
# #
add_library(ggml add_library(ggml STATIC
ggml.c ggml.c
ggml.h ggml.h
${GGML_SOURCES_CUDA} ${GGML_SOURCES_CUDA}