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/DebuggerWX/Src/SConscript | |
| 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/DebuggerWX/Src/SConscript')
| -rw-r--r-- | Source/Core/DebuggerWX/Src/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DebuggerWX/Src/SConscript b/Source/Core/DebuggerWX/Src/SConscript index 2eeb171a3e..75b784cad7 100644 --- a/Source/Core/DebuggerWX/Src/SConscript +++ b/Source/Core/DebuggerWX/Src/SConscript @@ -34,4 +34,4 @@ libs = [ 'common' ] -wxenv.StaticLibrary("debwx", files, LIBS = libs) +wxenv.StaticLibrary(env['local_libs'] + "debwx", files, LIBS = libs) |
