diff options
Diffstat (limited to 'net/tools/tld_cleanup/tld_cleanup.scons')
-rw-r--r-- | net/tools/tld_cleanup/tld_cleanup.scons | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tools/tld_cleanup/tld_cleanup.scons b/net/tools/tld_cleanup/tld_cleanup.scons index 6b579f0..de9b0a0 100644 --- a/net/tools/tld_cleanup/tld_cleanup.scons +++ b/net/tools/tld_cleanup/tld_cleanup.scons @@ -17,7 +17,7 @@ env.ApplySConscript([ '$NET_DIR/using_net.scons', ]) -if env['PLATFORM'] == 'win32': +if env.Bit('windows'): env.Append( LINKFLAGS = [ '/SUBSYSTEM:CONSOLE', |