mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 01:49:33 -06:00
InputCommon: Enable ARC for obj-c++
This commit is contained in:
@ -124,6 +124,9 @@ elseif(APPLE)
|
||||
${FORCEFEEDBACK_LIBRARY}
|
||||
${IOK_LIBRARY}
|
||||
)
|
||||
target_compile_options(inputcommon PRIVATE
|
||||
-fobjc-arc
|
||||
)
|
||||
elseif(X11_FOUND)
|
||||
target_sources(inputcommon PRIVATE
|
||||
ControllerInterface/Xlib/XInput2.cpp
|
||||
|
Reference in New Issue
Block a user