From a0b0ee81a3a4fb9eac156a454e2994aa39150847 Mon Sep 17 00:00:00 2001 From: aperezro Date: Mon, 8 Jun 2026 18:45:33 -0600 Subject: [PATCH] perf: port works woth moltenvk attempting metal backend to improve performance --- UnleashedRecomp/CMakeLists.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/UnleashedRecomp/CMakeLists.txt b/UnleashedRecomp/CMakeLists.txt index fa13b251..97f9dbd3 100644 --- a/UnleashedRecomp/CMakeLists.txt +++ b/UnleashedRecomp/CMakeLists.txt @@ -465,12 +465,12 @@ if (CMAKE_SYSTEM_NAME STREQUAL "iOS" AND TARGET SDL2::SDL2main) list(PREPEND UNLEASHED_RECOMP_SDL_LIBS SDL2::SDL2main) endif() -set(UNLEASHED_RECOMP_PLATFORM_LIBS) -if (CMAKE_SYSTEM_NAME STREQUAL "iOS") - target_link_options(UnleashedRecomp PRIVATE - "LINKER:-ObjC" - ) -endif() +set(UNLEASHED_RECOMP_PLATFORM_LIBS) +if (CMAKE_SYSTEM_NAME STREQUAL "iOS") + target_link_options(UnleashedRecomp PRIVATE + "LINKER:-ObjC" + ) +endif() target_link_libraries(UnleashedRecomp PRIVATE fmt::fmt