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:
@@ -132,7 +132,7 @@ SSH2_LIBS = libssh2.lib
|
|||||||
USE_SSH2 = true
|
USE_SSH2 = true
|
||||||
SSH2 = dll
|
SSH2 = dll
|
||||||
!ELSEIF "$(WITH_SSH2)"=="static"
|
!ELSEIF "$(WITH_SSH2)"=="static"
|
||||||
SSH2_LIBS = libssh2_a_debug.lib
|
SSH2_LIBS = libssh2_a.lib user32.lib
|
||||||
USE_SSH2 = true
|
USE_SSH2 = true
|
||||||
SSH2 = static
|
SSH2 = static
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|||||||
Reference in New Issue
Block a user