diff --git a/Source/Core/VideoBackends/Metal/CMakeLists.txt b/Source/Core/VideoBackends/Metal/CMakeLists.txt index 698ed2678b..7be576f52a 100644 --- a/Source/Core/VideoBackends/Metal/CMakeLists.txt +++ b/Source/Core/VideoBackends/Metal/CMakeLists.txt @@ -39,3 +39,5 @@ PRIVATE ${METAL_LIBRARY} ${QUARTZCORE_LIBRARY} ) + +target_compile_options(videometal PRIVATE -fno-objc-arc)