summaryrefslogtreecommitdiffstats
path: root/net/tools/tld_cleanup
diff options
context:
space:
mode:
Diffstat (limited to 'net/tools/tld_cleanup')
-rw-r--r--net/tools/tld_cleanup/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tools/tld_cleanup/SConscript b/net/tools/tld_cleanup/SConscript
index 0bd6197..5ab7e82 100644
--- a/net/tools/tld_cleanup/SConscript
+++ b/net/tools/tld_cleanup/SConscript
@@ -12,7 +12,7 @@ env.Prepend(
],
LIBS = [
'googleurl',
- 'icuuc',
+ env['ICU_LIBS'], # TODO(sgk): '$ICU_LIBS' when scons is fixed
'base',
# We only need to link with net due to use precompiled_net.pch.
'net',