network: always link to ws2_32 on win32

This commit is contained in:
Adrien Moulin
2022-08-21 19:48:00 +02:00
parent 4986cd2ec5
commit 552ea55a92

View File

@@ -35,3 +35,7 @@ endif()
if (HAIKU)
target_link_libraries(86Box network)
endif()
if(WIN32)
target_link_libraries(86Box ws2_32)
endif()