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
This commit is contained in:
Steve Lhomme 2026-05-10 16:35:38 +02:00 committed by Georgi Gerganov
parent 25b1bc9c2f
commit 2eb3e6b242

View file

@ -353,7 +353,7 @@ if (GGML_STANDALONE)
@ONLY)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/ggml.pc
DESTINATION share/pkgconfig)
DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)
endif()
#