link winsock for static builds
This commit is contained in:
parent
aa8f39e321
commit
fb29ccbde7
@ -630,6 +630,8 @@ IF(WIN32)
|
||||
${TARGET_LINK_LIBRARIES}
|
||||
"ws2_32"
|
||||
)
|
||||
ELSE()
|
||||
SET(VMIME_PKGCONFIG_LIBS "${VMIME_PKGCONFIG_LIBS} -lws2_32")
|
||||
ENDIF()
|
||||
ENDIF()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user