summaryrefslogtreecommitdiffstats
path: root/net/crash_cache.scons
diff options
context:
space:
mode:
Diffstat (limited to 'net/crash_cache.scons')
-rw-r--r--net/crash_cache.scons5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/crash_cache.scons b/net/crash_cache.scons
index e4ec1d9..496f7b0 100644
--- a/net/crash_cache.scons
+++ b/net/crash_cache.scons
@@ -17,7 +17,7 @@ env.ApplySConscript([
'$NET_DIR/using_net.scons',
])
-if env['PLATFORM'] == 'win32':
+if env.Bit('windows'):
env.Prepend(
CCFLAGS = [
'/WX',
@@ -30,6 +30,5 @@ input_files = [
]
-if env['PLATFORM'] in ('posix', 'win32'):
-
+if not env.Bit('mac'):
env.ChromeTestProgram('crash_cache', input_files)