diff options
Diffstat (limited to 'Source/Core/InputCommon/Src/SConscript')
| -rw-r--r-- | Source/Core/InputCommon/Src/SConscript | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Source/Core/InputCommon/Src/SConscript b/Source/Core/InputCommon/Src/SConscript index d4b340316c..426d877aac 100644 --- a/Source/Core/InputCommon/Src/SConscript +++ b/Source/Core/InputCommon/Src/SConscript @@ -8,6 +8,7 @@ files = [ 'InputCommon.cpp', 'SDL_Util.cpp', 'ControllerInterface/ControllerInterface.cpp', + 'ControllerInterface/SDL/SDL.cpp' ] if env['HAVE_X11']: @@ -20,11 +21,6 @@ if env['HAVE_WX']: "WXInputBase.cpp", ] -if env['HAVE_SDL']: - files += [ - 'ControllerInterface/SDL/SDL.cpp' - ] - if sys.platform == 'darwin': files += [ 'ControllerInterface/OSX/OSX.mm', |
