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 8dc3258 commit 3da5b6dCopy full SHA for 3da5b6d
CMakeLists.txt
@@ -131,6 +131,9 @@ if(WIN32)
131
target_sources(${sdl3_net_target_name} PRIVATE
132
src/version.rc
133
)
134
+ if(MINGW)
135
+ target_link_options(${sdl3_net_target_name} PRIVATE -static-libgcc)
136
+ endif()
137
endif()
138
target_link_libraries(${sdl3_net_target_name} PRIVATE iphlpapi ws2_32)
139
list(APPEND PC_LIBS -liphlpapi -lws2_32)
0 commit comments