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-16 16:11:29 +03:00
committed by Georgi Gerganov
parent 25b1bc9c2f
commit 2eb3e6b242
+1 -1
View File
@@ -353,7 +353,7 @@ if (GGML_STANDALONE)
@ONLY) @ONLY)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/ggml.pc install(FILES ${CMAKE_CURRENT_BINARY_DIR}/ggml.pc
DESTINATION share/pkgconfig) DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)
endif() endif()
# #