mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 22:56:52 +01:00
VideoBackends:Metal: Explicitly disable arc
Makes it easier to enable arc elsewhere without breaking the Metal backend
This commit is contained in:
parent
c08de82e90
commit
5a1b90c7f3
@ -39,3 +39,5 @@ PRIVATE
|
||||
${METAL_LIBRARY}
|
||||
${QUARTZCORE_LIBRARY}
|
||||
)
|
||||
|
||||
target_compile_options(videometal PRIVATE -fno-objc-arc)
|
||||
|
Loading…
x
Reference in New Issue
Block a user