summaryrefslogtreecommitdiffstats
path: root/net/tools
diff options
context:
space:
mode:
Diffstat (limited to 'net/tools')
-rw-r--r--net/tools/tld_cleanup/SConscript3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/tools/tld_cleanup/SConscript b/net/tools/tld_cleanup/SConscript
index 5ab7e82..415bef7 100644
--- a/net/tools/tld_cleanup/SConscript
+++ b/net/tools/tld_cleanup/SConscript
@@ -8,7 +8,7 @@ env = env.Clone()
env.Prepend(
CPPPATH = [
- '../../..',
+ '$ROOT_DIR',
],
LIBS = [
'googleurl',
@@ -49,4 +49,3 @@ i = env.Install('$TARGET_ROOT', exe_targets)
env.Alias('net', i)
env.Install('$TARGET_ROOT', exe_targets)
-