mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-26 14:36:40 -04:00
[Master] Fix build for windows
This commit is contained in:
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…
x
Reference in New Issue
Block a user