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 a7561e0 + 3142fdb commit da82fb5Copy full SHA for da82fb5
src/libgit2/CMakeLists.txt
@@ -103,10 +103,10 @@ if(SONAME)
103
endif()
104
105
106
-pkg_build_config(NAME "${LIBGIT2_FILENAME}"
+pkg_build_config(NAME "lib${LIBGIT2_FILENAME}"
107
VERSION ${libgit2_VERSION}
108
DESCRIPTION "The git library, take 2"
109
- LIBS_SELF git2
+ LIBS_SELF ${LIBGIT2_FILENAME}
110
PRIVATE_LIBS ${LIBGIT2_PC_LIBS}
111
REQUIRES ${LIBGIT2_PC_REQUIRES})
112
0 commit comments