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 a0d2390 commit a0b0ee8Copy full SHA for a0b0ee8
1 file changed
UnleashedRecomp/CMakeLists.txt
@@ -465,12 +465,12 @@ if (CMAKE_SYSTEM_NAME STREQUAL "iOS" AND TARGET SDL2::SDL2main)
465
list(PREPEND UNLEASHED_RECOMP_SDL_LIBS SDL2::SDL2main)
466
endif()
467
468
-set(UNLEASHED_RECOMP_PLATFORM_LIBS)
469
-if (CMAKE_SYSTEM_NAME STREQUAL "iOS")
470
- target_link_options(UnleashedRecomp PRIVATE
471
- "LINKER:-ObjC"
472
- )
473
-endif()
+set(UNLEASHED_RECOMP_PLATFORM_LIBS)
+if (CMAKE_SYSTEM_NAME STREQUAL "iOS")
+ target_link_options(UnleashedRecomp PRIVATE
+ "LINKER:-ObjC"
+ )
+endif()
474
475
target_link_libraries(UnleashedRecomp PRIVATE
476
fmt::fmt
0 commit comments