Skip to content

Commit 2eb3e6b

Browse files
robUx4ggerganov
authored andcommitted
ggml: install ggml.pc in <libdir>/pkgconfig (ggml/1480)
That's always how it's done: https://github.com/search?q=path%3ACMakeLists.txt%20%22%24%7BCMAKE_INSTALL_LIBDIR%7D%2Fpkgconfig%22&type=code
1 parent 25b1bc9 commit 2eb3e6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ggml/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ if (GGML_STANDALONE)
353353
@ONLY)
354354

355355
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/ggml.pc
356-
DESTINATION share/pkgconfig)
356+
DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)
357357
endif()
358358

359359
#

0 commit comments

Comments
 (0)