We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c03fc68 commit 247b1c1Copy full SHA for 247b1c1
src/CMakeLists.txt
@@ -457,7 +457,7 @@ endif()
457
458
#=================== Linking ===================
459
460
-if (NOT CMAKE_SYSTEM_NAME STREQUAL "CafeOS" AND NOT CMAKE_SYSTEM_NAME STREQUAL "NintendoSwitch")
+if (NOT CMAKE_SYSTEM_NAME STREQUAL "CafeOS" AND NOT CMAKE_SYSTEM_NAME STREQUAL "NintendoSwitch" AND NOT CMAKE_SYSTEM_NAME STREQUAL "Windows")
461
target_link_libraries(libultraship PUBLIC "$<LINK_LIBRARY:WHOLE_ARCHIVE,storm>")
462
else()
463
target_link_libraries(libultraship PUBLIC storm)
0 commit comments