mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-09 18:22:16 +00:00
Merge pull request #3569 from arthurschreiber/arthur/fix-windows-issues
Fix some issues with generated pkg-config file
This commit is contained in:
commit
47cf739e97
@ -257,7 +257,8 @@ IF (WIN32 AND WINHTTP)
|
||||
LINK_DIRECTORIES(${LIBWINHTTP_PATH})
|
||||
ENDIF ()
|
||||
|
||||
LINK_LIBRARIES(winhttp rpcrt4 crypt32)
|
||||
LINK_LIBRARIES(winhttp rpcrt4 crypt32 ole32)
|
||||
LIST(APPEND LIBGIT2_PC_LIBS "-lwinhttp" "-lrpcrt4" "-lcrypt32" "-lole32")
|
||||
ELSE ()
|
||||
IF (CURL)
|
||||
PKG_CHECK_MODULES(CURL libcurl)
|
||||
|
@ -6,7 +6,7 @@ Name: libgit2
|
||||
Description: The git library, take 2
|
||||
Version: @LIBGIT2_VERSION_STRING@
|
||||
|
||||
Libs: -L${libdir} -lgit2
|
||||
Libs: -L"${libdir}" -lgit2
|
||||
Libs.private: @LIBGIT2_PC_LIBS@
|
||||
Requires.private: @LIBGIT2_PC_REQUIRES@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user