VideoBackends:Metal: Explicitly disable arc

Makes it easier to enable arc elsewhere without breaking the Metal backend
This commit is contained in:
TellowKrinkle 2022-07-30 01:00:10 -05:00
parent c08de82e90
commit 5a1b90c7f3
1 changed files with 2 additions and 0 deletions

View File

@ -39,3 +39,5 @@ PRIVATE
${METAL_LIBRARY} ${METAL_LIBRARY}
${QUARTZCORE_LIBRARY} ${QUARTZCORE_LIBRARY}
) )
target_compile_options(videometal PRIVATE -fno-objc-arc)