diff options
Diffstat (limited to 'build/googleurl_lib.scons')
-rw-r--r-- | build/googleurl_lib.scons | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/googleurl_lib.scons b/build/googleurl_lib.scons index 6738fea..4d8b6d3 100644 --- a/build/googleurl_lib.scons +++ b/build/googleurl_lib.scons @@ -20,7 +20,7 @@ env.Prepend( ], ) -if env['PLATFORM'] == 'win32': +if env.Bit('windows'): env.Append( CCFLAGS = [ '/TP', |