Skip to content

Commit

Permalink
Revert "Remove Xcode 15 workaround, was fixed in 15.1."
Browse files Browse the repository at this point in the history
This reverts commit e48df0b.

New linker emits a lot of 'No platform load command found in'
warnings for assembler modules in dav1d and ffmpeg.

It defaults to 'macOS', so I think it's fine.
  • Loading branch information
john-preston committed Apr 5, 2024
1 parent ad70bff commit 022c15d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions options_mac.cmake
Expand Up @@ -47,6 +47,11 @@ if (DESKTOP_APP_SPECIAL_TARGET)
)
endif()

target_link_options_if_exists(common_options
INTERFACE
-Wl,-ld_classic
)

target_link_frameworks(common_options
INTERFACE
Cocoa
Expand Down

0 comments on commit 022c15d

Please sign in to comment.