We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d013aa5 commit c6a6a64Copy full SHA for c6a6a64
ggml.pc.in
@@ -1,7 +1,7 @@
1
prefix=@CMAKE_INSTALL_PREFIX@
2
exec_prefix=${prefix}
3
-includedir=${prefix}/include
4
-libdir=${prefix}/lib
+includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
+libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
5
6
Name: ggml
7
Description: The GGML Tensor Library for Machine Learning
0 commit comments