From: Steve Lhomme Date: Sun, 10 May 2026 14:35:38 +0000 (+0200) Subject: ggml: install ggml.pc in /pkgconfig (ggml/1480) X-Git-Tag: upstream/1.9.2~424 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=dd706793ccdca94b01c5e3a39b000bbccc552502;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp ggml: install ggml.pc in /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 --- diff --git a/ggml/CMakeLists.txt b/ggml/CMakeLists.txt index 672b37df..4e65cd68 100644 --- a/ggml/CMakeLists.txt +++ b/ggml/CMakeLists.txt @@ -352,7 +352,7 @@ if (GGML_STANDALONE) @ONLY) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/ggml.pc - DESTINATION share/pkgconfig) + DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig) endif() #