diff options
| author | nakeee <nakeee@gmail.com> | 2009-04-12 21:30:22 +0000 |
|---|---|---|
| committer | nakeee <nakeee@gmail.com> | 2009-04-12 21:30:22 +0000 |
| commit | 5f862cf297b69c4ed4c59ea556be42b2c3c20856 (patch) | |
| tree | 2d33c0426bdec7f7878d9925e373cf0e0a69f5f1 /Source/Core/InputCommon | |
| parent | 0fa8d7683a176948c6dcc640ec1f22bb2f3c5d44 (diff) | |
more scons build fixups
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2960 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 2c33e85cbc..c5059b3222 100644 --- a/Source/Core/InputCommon/Src/SConscript +++ b/Source/Core/InputCommon/Src/SConscript @@ -11,4 +11,4 @@ files = [ env_inputcommon = env.Clone() env_inputcommon.Append(CXXFLAGS = [ '-fPIC' ]) -env_inputcommon.StaticLibrary("inputcommon", files) +env_inputcommon.StaticLibrary(env['local_libs'] + "inputcommon", files) |
