summaryrefslogtreecommitdiffstats
path: root/chrome/tools/perf
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/tools/perf')
-rw-r--r--chrome/tools/perf/flush_cache/flush_cache.scons2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/tools/perf/flush_cache/flush_cache.scons b/chrome/tools/perf/flush_cache/flush_cache.scons
index cbd174d..88c6ee6 100644
--- a/chrome/tools/perf/flush_cache/flush_cache.scons
+++ b/chrome/tools/perf/flush_cache/flush_cache.scons
@@ -17,7 +17,7 @@ env.Prepend(
],
)
-if env['PLATFORM'] == 'win32':
+if env.Bit('windows'):
env.Prepend(
LINKFLAGS = [
'/INCREMENTAL',