diff options
Diffstat (limited to 'chrome/SConscript')
-rw-r--r-- | chrome/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/SConscript b/chrome/SConscript index 39d78ef..2397999 100644 --- a/chrome/SConscript +++ b/chrome/SConscript @@ -187,6 +187,7 @@ env_dll.Append( 'browser', 'common', + 'debugger', 'util', 'renderer', 'hunspell', @@ -200,7 +201,6 @@ if env.Bit('windows'): # These libraries don't work on non-Windows yet. env_dll.Append( LIBS = [ - 'debugger', 'plugin', ] ) |