Skip to content

Commit

Permalink
[FIXUP] cmake: Add missed OBJC_OLD_DISPATCH_PROTOTYPES=0
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Jul 14, 2024
1 parent 927023b commit d8fc887
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ endif()
if(CMAKE_SYSTEM_NAME STREQUAL "Darwin")
target_compile_definitions(core_interface INTERFACE
MAC_OSX
OBJC_OLD_DISPATCH_PROTOTYPES=0
)
# These flags are specific to ld64, and may cause issues with other linkers.
# For example: GNU ld will interpret -dead_strip as -de and then try and use
Expand Down

0 comments on commit d8fc887

Please sign in to comment.