summaryrefslogtreecommitdiffstats
path: root/gears
diff options
context:
space:
mode:
Diffstat (limited to 'gears')
-rw-r--r--gears/SConscript.dll2
-rw-r--r--gears/SConscript.googleurl2
2 files changed, 2 insertions, 2 deletions
diff --git a/gears/SConscript.dll b/gears/SConscript.dll
index c987f2d..befdc9a 100644
--- a/gears/SConscript.dll
+++ b/gears/SConscript.dll
@@ -268,7 +268,7 @@ env_browser.Append(
# 'base',
'gd',
'googleurl-gears',
-# 'icuuc',
+# env_browser['ICU_LIBS'], # TODO(sgk): '$ICU_LIBS' when scons is fixed
'jpeg',
'modp_b64',
'png',
diff --git a/gears/SConscript.googleurl b/gears/SConscript.googleurl
index 865ba03..771c0e7 100644
--- a/gears/SConscript.googleurl
+++ b/gears/SConscript.googleurl
@@ -70,7 +70,7 @@ env.ChromeStaticLibrary('googleurl-gears', input_files)
# LIBS = [
# 'googleurl',
# 'base',
-# 'icuuc',
+# env_tests['ICU_LIBS'], # TODO(sgk): '$ICU_LIBS' when scons is fixed
# 'gtest',
# ]
#)