diff options
Diffstat (limited to 'chrome/tools/test/image_diff/image_diff.scons')
-rw-r--r-- | chrome/tools/test/image_diff/image_diff.scons | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/tools/test/image_diff/image_diff.scons b/chrome/tools/test/image_diff/image_diff.scons index 540d7a1..7451bfe 100644 --- a/chrome/tools/test/image_diff/image_diff.scons +++ b/chrome/tools/test/image_diff/image_diff.scons @@ -21,7 +21,7 @@ env.Prepend( ], ) -if env['PLATFORM'] == 'win32': +if env.Bit('windows'): env.Prepend( LINKFLAGS = [ '/INCREMENTAL', |