From: Christian Kastner Date: Thu, 6 Mar 2025 19:01:02 +0000 (+0100) Subject: pkg-config: Use CMake install paths for lib, include (#1133) X-Git-Tag: upstream/0.0.1802~17 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=c6a6a64349a813b3c104444bdda785148caf0218;p=pkg%2Fggml%2Fsources%2Fggml pkg-config: Use CMake install paths for lib, include (#1133) --- diff --git a/ggml.pc.in b/ggml.pc.in index 5f53cb87..58129f07 100644 --- a/ggml.pc.in +++ b/ggml.pc.in @@ -1,7 +1,7 @@ prefix=@CMAKE_INSTALL_PREFIX@ exec_prefix=${prefix} -includedir=${prefix}/include -libdir=${prefix}/lib +includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@ +libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@ Name: ggml Description: The GGML Tensor Library for Machine Learning