diff options
Diffstat (limited to 'chrome/test/selenium')
-rw-r--r-- | chrome/test/selenium/selenium_tests.scons | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/selenium/selenium_tests.scons b/chrome/test/selenium/selenium_tests.scons index b359940..8d98dd1 100644 --- a/chrome/test/selenium/selenium_tests.scons +++ b/chrome/test/selenium/selenium_tests.scons @@ -40,7 +40,7 @@ env.Prepend( ], ) -if env['PLATFORM'] == 'win32': +if env.Bit('windows'): env.Prepend( LINKFLAGS = [ '/INCREMENTAL', |