[Master] Fix build for windows

This commit is contained in:
Koncord 2017-05-21 14:53:36 +08:00
parent 68fa82f03a
commit 56012db86e

View file

@ -24,3 +24,7 @@ if (UNIX)
endif() endif()
endif(NOT APPLE) endif(NOT APPLE)
endif(UNIX) endif(UNIX)
if(WIN32)
target_link_libraries(masterserver wsock32)
endif(WIN32)