We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 84d5a98 + 6a5fb1f commit b977d01Copy full SHA for b977d01
libgit2.pc.in
@@ -4,7 +4,9 @@ includedir=@CMAKE_INSTALL_PREFIX@/@INCLUDE_INSTALL_DIR@
4
Name: libgit2
5
Description: The git library, take 2
6
Version: @LIBGIT2_VERSION_STRING@
7
-Requires.private: @LIBGIT2_PC_REQUIRES@
8
-Libs.private: @LIBGIT2_PC_LIBS@
+
9
Libs: -L${libdir} -lgit2
+Libs.private: @LIBGIT2_PC_LIBS@
10
+Requires.private: @LIBGIT2_PC_REQUIRES@
11
12
Cflags: -I${includedir}
0 commit comments