diff options
Diffstat (limited to 'Source/Core/DebuggerUICommon/Src/SConscript')
| -rw-r--r-- | Source/Core/DebuggerUICommon/Src/SConscript | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Core/DebuggerUICommon/Src/SConscript b/Source/Core/DebuggerUICommon/Src/SConscript index c912420c41..e433b0420f 100644 --- a/Source/Core/DebuggerUICommon/Src/SConscript +++ b/Source/Core/DebuggerUICommon/Src/SConscript @@ -4,7 +4,8 @@ Import('env') if not env['HAVE_WX']: Return() -files += [ + +files = [ 'CodeView.cpp', 'DebuggerUIUtil.cpp', 'MemoryView.cpp', |
