diff options
Diffstat (limited to 'net/tools')
-rw-r--r-- | net/tools/tld_cleanup/SConscript | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/tools/tld_cleanup/SConscript b/net/tools/tld_cleanup/SConscript index 415bef7..5ab7e82 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,3 +49,4 @@ i = env.Install('$TARGET_ROOT', exe_targets) env.Alias('net', i) env.Install('$TARGET_ROOT', exe_targets) + |