From dd706793ccdca94b01c5e3a39b000bbccc552502 Mon Sep 17 00:00:00 2001 From: Steve Lhomme Date: Sun, 10 May 2026 16:35:38 +0200 Subject: [PATCH] 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 --- ggml/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggml/CMakeLists.txt b/ggml/CMakeLists.txt index 672b37dff..4e65cd68b 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() #