mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-18 03:25:46 +00:00
Fix compile for windows and linux again. PLEASE DON'T REVERT THISgit gui!
This commit is contained in:
parent
8d53614444
commit
84deebd223
@ -322,7 +322,7 @@ function(include_ggml DIRECTORY SUFFIX WITH_LLAMA)
|
||||
set(LLAMA_UTIL_SOURCE_FILE llama_util.h)
|
||||
endif()
|
||||
|
||||
add_library(llama${SUFFIX}
|
||||
add_library(llama${SUFFIX} STATIC
|
||||
${DIRECTORY}/llama.cpp
|
||||
${DIRECTORY}/llama.h
|
||||
${DIRECTORY}/${LLAMA_UTIL_SOURCE_FILE})
|
||||
|
Loading…
Reference in New Issue
Block a user