From cc78394fb3549cd1112a7cf069efb244e0a38a6c Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Sun, 14 Jul 2024 12:35:49 +0100 Subject: [PATCH] [FIXUP] cmake: Add missed `OBJC_OLD_DISPATCH_PROTOTYPES=0` --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 34400897b62ec..12d57aad11efa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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