summaryrefslogtreecommitdiffstats
path: root/webkit/activex_shim_dll/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/activex_shim_dll/SConscript')
-rw-r--r--webkit/activex_shim_dll/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/activex_shim_dll/SConscript b/webkit/activex_shim_dll/SConscript
index b12b23a..a4dc1b2 100644
--- a/webkit/activex_shim_dll/SConscript
+++ b/webkit/activex_shim_dll/SConscript
@@ -14,7 +14,7 @@ env.Prepend(
LIBS = [
'activex_shim',
'googleurl',
- 'icuuc',
+ env['ICU_LIBS'], # TODO(sgk): '$ICU_LIBS' when scons is fixed
'base',
],
)