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