diff options
Diffstat (limited to 'net/net_lib.scons')
-rw-r--r-- | net/net_lib.scons | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/net/net_lib.scons b/net/net_lib.scons index 707216f..818fe14 100644 --- a/net/net_lib.scons +++ b/net/net_lib.scons @@ -8,21 +8,13 @@ Configuration for building net.lib / libnet.a. Import('env') -env_res = env.Clone() -env_tests = env.Clone() env = env.Clone() -env.SConscript([ +env.ApplySConscript([ '$ICU38_DIR/using_icu38.scons', '$SDCH_DIR/using_sdch.scons', '$ZLIB_DIR/using_zlib.scons', -], {'env':env}) - -env.Prepend( - CPPPATH = [ - '$CHROME_SRC_DIR', - ], -) +]) # These net files work on *all* platforms; files that don't work # cross-platform live below. |