diff --git a/Source/Plugins/Plugin_VideoOGL/Src/SConscript b/Source/Plugins/Plugin_VideoOGL/Src/SConscript index e8f05f9e9e..6b05dfb2cc 100644 --- a/Source/Plugins/Plugin_VideoOGL/Src/SConscript +++ b/Source/Plugins/Plugin_VideoOGL/Src/SConscript @@ -51,6 +51,7 @@ else: if gfxenv['HAVE_WX']: files += [ 'GUI/ConfigDlg.cpp', + 'Debugger/Debugger.cpp', ] if gfxenv['HAVE_COCOA']: