Merge pull request #33 from mabrand/fix-static-ws
link winsock for static builds
This commit is contained in:
commit
4c00217284
@ -630,6 +630,8 @@ IF(WIN32)
|
|||||||
${TARGET_LINK_LIBRARIES}
|
${TARGET_LINK_LIBRARIES}
|
||||||
"ws2_32"
|
"ws2_32"
|
||||||
)
|
)
|
||||||
|
ELSE()
|
||||||
|
SET(VMIME_PKGCONFIG_LIBS "${VMIME_PKGCONFIG_LIBS} -lws2_32")
|
||||||
ENDIF()
|
ENDIF()
|
||||||
ENDIF()
|
ENDIF()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user