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 f23beec commit 7ed61ebCopy full SHA for 7ed61eb
CMakeLists.txt
@@ -137,6 +137,9 @@ target_link_libraries(_PyPartMC PRIVATE partmclib)
137
if (APPLE)
138
target_link_options(_PyPartMC PRIVATE -Wl,-no_compact_unwind -Wl,-keep_dwarf_unwind)
139
endif()
140
+if (WIN32)
141
+ target_link_libraries(_PyPartMC PRIVATE -static gcc stdc++ winpthread quadmath -dynamic)
142
+endif()
143
144
### pedantics ######################################################################################
145
0 commit comments