diff options
| author | Soren Jorvang <soren.jorvang@gmail.com> | 2011-03-03 04:35:03 +0000 |
|---|---|---|
| committer | Soren Jorvang <soren.jorvang@gmail.com> | 2011-03-03 04:35:03 +0000 |
| commit | 540238cf79ae76a60585fcb5c6364279f820872e (patch) | |
| tree | 2f8d69750d7d576fb6e5fa3d8a563f255e66458d /Source/Core/InputCommon | |
| parent | 4b8ed4f2c8c25b2a833b11b3b41352f43ec6e6b4 (diff) | |
Prepare for the release of Xcode 4, which has working LTO
with static libraries.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7280 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/InputCommon')
| -rw-r--r-- | Source/Core/InputCommon/Src/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/InputCommon/Src/SConscript b/Source/Core/InputCommon/Src/SConscript index ef0564e53c..e085527348 100644 --- a/Source/Core/InputCommon/Src/SConscript +++ b/Source/Core/InputCommon/Src/SConscript @@ -30,4 +30,4 @@ elif env['HAVE_X11']: 'ControllerInterface/Xlib/Xlib.cpp', ] -env['LIBS'] += env.StaticObject(files) +env['LIBS'] += env.StaticLibrary('inputcommon', files) |
