Skip to content

Commit 247b1c1

Browse files
committed
windows?
1 parent c03fc68 commit 247b1c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ endif()
457457

458458
#=================== Linking ===================
459459

460-
if (NOT CMAKE_SYSTEM_NAME STREQUAL "CafeOS" AND NOT CMAKE_SYSTEM_NAME STREQUAL "NintendoSwitch")
460+
if (NOT CMAKE_SYSTEM_NAME STREQUAL "CafeOS" AND NOT CMAKE_SYSTEM_NAME STREQUAL "NintendoSwitch" AND NOT CMAKE_SYSTEM_NAME STREQUAL "Windows")
461461
target_link_libraries(libultraship PUBLIC "$<LINK_LIBRARY:WHOLE_ARCHIVE,storm>")
462462
else()
463463
target_link_libraries(libultraship PUBLIC storm)

0 commit comments

Comments
 (0)