mirror of
https://github.com/ml-explore/mlx.git
synced 2025-09-20 12:08:14 +08:00
Fix packaging of gguflib (#435)
This commit is contained in:

committed by
GitHub

parent
46dc24d835
commit
006d01ba42
@@ -27,7 +27,7 @@ target_include_directories(
|
||||
$<INSTALL_INTERFACE:include/gguflib>
|
||||
)
|
||||
add_library(
|
||||
gguflib SHARED
|
||||
gguflib STATIC
|
||||
${gguflib_SOURCE_DIR}/fp16.c
|
||||
${gguflib_SOURCE_DIR}/gguflib.c)
|
||||
target_link_libraries(mlx $<BUILD_INTERFACE:gguflib>)
|
||||
|
Reference in New Issue
Block a user