ws2_32 is needed for the SDL binary on windows

This commit is contained in:
Zach Bacon 2017-03-05 20:06:22 -05:00
parent 05610d84f6
commit eb7dab6272
1 changed files with 1 additions and 1 deletions

View File

@ -667,7 +667,7 @@ IF( ENABLE_SDL )
set_property(TARGET vbam PROPERTY CXX_STANDARD_REQUIRED ON)
IF( WIN32 )
SET( WIN32_LIBRARIES wsock32 )
SET( WIN32_LIBRARIES wsock32 ws2_32 )
ENDIF( WIN32 )
IF( ENABLE_LIRC )