Skip to content

Commit a0b0ee8

Browse files
committed
perf: port works woth moltenvk attempting metal backend to improve performance
1 parent a0d2390 commit a0b0ee8

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

UnleashedRecomp/CMakeLists.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -465,12 +465,12 @@ if (CMAKE_SYSTEM_NAME STREQUAL "iOS" AND TARGET SDL2::SDL2main)
465465
list(PREPEND UNLEASHED_RECOMP_SDL_LIBS SDL2::SDL2main)
466466
endif()
467467

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()
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()
474474

475475
target_link_libraries(UnleashedRecomp PRIVATE
476476
fmt::fmt

0 commit comments

Comments
 (0)