diff options
| author | Sonicadvance1 <sonicadvance1@gmail.com> | 2009-06-21 09:35:31 +0000 |
|---|---|---|
| committer | Sonicadvance1 <sonicadvance1@gmail.com> | 2009-06-21 09:35:31 +0000 |
| commit | e91ab24bcec0922e8d2fb9f2411bb585e48698fe (patch) | |
| tree | c206c773a95e31347eb2555299da57358b9778fc /Source/Core/DebuggerWX/Src/SConscript | |
| parent | eef35f9537d02dd309d139320c4edbe27f8b4cd5 (diff) | |
Linux compile fix
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3519 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DebuggerWX/Src/SConscript')
| -rw-r--r-- | Source/Core/DebuggerWX/Src/SConscript | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Core/DebuggerWX/Src/SConscript b/Source/Core/DebuggerWX/Src/SConscript index 9642d3e723..d9ae5a9566 100644 --- a/Source/Core/DebuggerWX/Src/SConscript +++ b/Source/Core/DebuggerWX/Src/SConscript @@ -29,7 +29,8 @@ wxenv.Append( ] ) libs = [ - 'common' + 'common', + 'debugger_ui_util' ] wxenv.StaticLibrary(env['local_libs'] + "debwx", files, LIBS = libs) |
