diff options
Diffstat (limited to 'sandbox/src/sandbox_lib.scons')
-rw-r--r-- | sandbox/src/sandbox_lib.scons | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/src/sandbox_lib.scons b/sandbox/src/sandbox_lib.scons index 493f3be..0189114 100644 --- a/sandbox/src/sandbox_lib.scons +++ b/sandbox/src/sandbox_lib.scons @@ -10,7 +10,7 @@ env.ApplySConscript([ '$GTEST_DIR/../using_gtest.scons', ]) -if env['PLATFORM'] == 'win32': +if env.Bit('windows'): env.Append( CCFLAGS = [ '/WX', # treat warnings as errors |