diff --git a/ggml/CMakeLists.txt b/ggml/CMakeLists.txt index de765ef3e..bdeca34bf 100644 --- a/ggml/CMakeLists.txt +++ b/ggml/CMakeLists.txt @@ -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() #