Skip to content

Commit c6a6a64

Browse files
authored
pkg-config: Use CMake install paths for lib, include (#1133)
1 parent d013aa5 commit c6a6a64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ggml.pc.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
prefix=@CMAKE_INSTALL_PREFIX@
22
exec_prefix=${prefix}
3-
includedir=${prefix}/include
4-
libdir=${prefix}/lib
3+
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
4+
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
55

66
Name: ggml
77
Description: The GGML Tensor Library for Machine Learning

0 commit comments

Comments
 (0)