summaryrefslogtreecommitdiffstats
path: root/net/tools/tld_cleanup/tld_cleanup.scons
diff options
context:
space:
mode:
Diffstat (limited to 'net/tools/tld_cleanup/tld_cleanup.scons')
-rw-r--r--net/tools/tld_cleanup/tld_cleanup.scons4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tools/tld_cleanup/tld_cleanup.scons b/net/tools/tld_cleanup/tld_cleanup.scons
index 4819883..ad743c6 100644
--- a/net/tools/tld_cleanup/tld_cleanup.scons
+++ b/net/tools/tld_cleanup/tld_cleanup.scons
@@ -12,14 +12,14 @@ env = env.Clone()
env.SConscript([
'$BASE_DIR/using_base.scons',
- '#/../build/using_googleurl.scons',
+ '$CHROME_SRC_DIR/build/using_googleurl.scons',
'$ICU38_DIR/using_icu38.scons',
'$NET_DIR/using_net.scons',
], {'env':env})
env.Prepend(
CPPPATH = [
- '$ROOT_DIR',
+ '$CHROME_SRC_DIR',
],
)