diff options
-rw-r--r-- | net/tools/tld_cleanup/tld_cleanup.scons | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/tools/tld_cleanup/tld_cleanup.scons b/net/tools/tld_cleanup/tld_cleanup.scons index a8380c2..05669de 100644 --- a/net/tools/tld_cleanup/tld_cleanup.scons +++ b/net/tools/tld_cleanup/tld_cleanup.scons @@ -13,6 +13,7 @@ env = env.Clone() env.SConscript([ '$BASE_DIR/using_base.scons', '$CHROME_SRC_DIR/build/using_googleurl.scons', + '$DMG_FP_DIR/using_dmg_fp.scons', '$ICU38_DIR/using_icu38.scons', '$NET_DIR/using_net.scons', ], {'env':env}) |