Merge pull request #33 from mabrand/fix-static-ws

link winsock for static builds
This commit is contained in:
Vincent Richard 2013-03-07 10:38:45 -08:00
commit 4c00217284

View File

@ -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()