diff options
Diffstat (limited to 'chrome/SConscript')
-rw-r--r-- | chrome/SConscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/SConscript b/chrome/SConscript index 2ff2347..958d8ab 100644 --- a/chrome/SConscript +++ b/chrome/SConscript @@ -104,7 +104,7 @@ env_dll.Append( 'net', 'skia', 'bzip2', - 'icuuc', + env_dll['ICU_LIBS'], # TODO(sgk): '$ICU_LIBS' when scons is fixed 'libjpeg', 'libpng', 'libxml', @@ -288,7 +288,7 @@ env_exe.Prepend( LIBS = [ 'base', 'breakpad_handler', - 'icuuc', + 'icu', 'sandbox', 'util', ], |