]> git.djapps.eu Git - pkg/ggml/sources/ggml/commitdiff
pkg-config : fix typo in includedir (#367)
authorSam Spilsbury <redacted>
Mon, 10 Jul 2023 18:40:29 +0000 (21:40 +0300)
committerGitHub <redacted>
Mon, 10 Jul 2023 18:40:29 +0000 (21:40 +0300)
ggml.pc.in

index afa5c2f3947766c12eb32e437e042702baa04aad..5f53cb8768a0e79a24d29edb5128aa462041f01c 100644 (file)
@@ -1,6 +1,6 @@
 prefix=@CMAKE_INSTALL_PREFIX@
 exec_prefix=${prefix}
-includrdir=${prefix}/include
+includedir=${prefix}/include
 libdir=${prefix}/lib
 
 Name: ggml