We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8063ed2 commit dd31a77Copy full SHA for dd31a77
src/trusted/debug_stub/CMakeLists.txt
@@ -26,3 +26,7 @@ else()
26
endif()
27
28
add_library(debug_stub STATIC ${DEBUG_INPUTS})
29
+
30
+if (WIN32 AND NOT MSVC)
31
+ target_link_libraries(debug_stub ws2_32)
32
+endif()
0 commit comments