]> git.djapps.eu Git - pkg/ggml/sources/ggml/commitdiff
pkg-config: Use CMake install paths for lib, include (#1133)
authorChristian Kastner <redacted>
Thu, 6 Mar 2025 19:01:02 +0000 (20:01 +0100)
committerGitHub <redacted>
Thu, 6 Mar 2025 19:01:02 +0000 (21:01 +0200)
ggml.pc.in

index 5f53cb8768a0e79a24d29edb5128aa462041f01c..58129f073477e48f0d06c3a562a622b531acb1f7 100644 (file)
@@ -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