Index: sandbox/tests/validation_tests/sbox_validation_tests.scons |
=================================================================== |
--- sandbox/tests/validation_tests/sbox_validation_tests.scons (revision 7247) |
+++ sandbox/tests/validation_tests/sbox_validation_tests.scons (working copy) |
@@ -12,7 +12,7 @@ |
'$SANDBOX_DIR/using_sandbox.scons', |
]) |
-if env['PLATFORM'] == 'win32': |
+if env.Bit('windows'): |
env.Append( |
CCFLAGS = [ |
'/WX', # treat warnings as errors |