perf: port works woth moltenvk attempting metal backend to improve performance

This commit is contained in:
aperezro 2026-06-08 18:45:33 -06:00
parent a0d2390212
commit a0b0ee81a3

View file

@ -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