[Master] Fix build for windows

0.6.1
Koncord 8 years ago
parent 68fa82f03a
commit 56012db86e

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

Loading…
Cancel
Save