mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
Fixed MSVC libssh2 static build.
Since libssh2 supports now agent stuff it also depends on user32.lib. Posted to the list by Jan Ehrhardt.
This commit is contained in:
parent
74fe1b95fb
commit
c81eb7e226
@ -132,7 +132,7 @@ SSH2_LIBS = libssh2.lib
|
||||
USE_SSH2 = true
|
||||
SSH2 = dll
|
||||
!ELSEIF "$(WITH_SSH2)"=="static"
|
||||
SSH2_LIBS = libssh2_a_debug.lib
|
||||
SSH2_LIBS = libssh2_a.lib user32.lib
|
||||
USE_SSH2 = true
|
||||
SSH2 = static
|
||||
!ENDIF
|
||||
|
Loading…
Reference in New Issue
Block a user