summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/Src/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/InputCommon/Src/SConscript')
-rw-r--r--Source/Core/InputCommon/Src/SConscript3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/Core/InputCommon/Src/SConscript b/Source/Core/InputCommon/Src/SConscript
index e04631fccb..49e0d08703 100644
--- a/Source/Core/InputCommon/Src/SConscript
+++ b/Source/Core/InputCommon/Src/SConscript
@@ -28,8 +28,7 @@ if icenv['HAVE_SDL']:
if sys.platform == 'darwin':
files += [
- 'ControllerInterface/OSX/OSX.cpp',
- 'ControllerInterface/OSX/OSXPrivate.mm'
+ 'ControllerInterface/OSX/OSX.mm'
]
icenv['FRAMEWORKS'] = ['IOKit']