mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-12 09:48:24 +00:00
Add winhttp dependencies to pc file.
This commit is contained in:
parent
700f0aff24
commit
8a0133c030
@ -257,7 +257,8 @@ IF (WIN32 AND WINHTTP)
|
|||||||
LINK_DIRECTORIES(${LIBWINHTTP_PATH})
|
LINK_DIRECTORIES(${LIBWINHTTP_PATH})
|
||||||
ENDIF ()
|
ENDIF ()
|
||||||
|
|
||||||
LINK_LIBRARIES(winhttp rpcrt4 crypt32)
|
LINK_LIBRARIES(winhttp rpcrt4 crypt32 ole32)
|
||||||
|
LIST(APPEND LIBGIT2_PC_LIBS "-lwinhttp" "-lrpcrt4" "-lcrypt32" "-lole32")
|
||||||
ELSE ()
|
ELSE ()
|
||||||
IF (CURL)
|
IF (CURL)
|
||||||
PKG_CHECK_MODULES(CURL libcurl)
|
PKG_CHECK_MODULES(CURL libcurl)
|
||||||
|
Loading…
Reference in New Issue
Block a user