diff options
Diffstat (limited to 'third_party/zlib/zlib.scons')
-rw-r--r-- | third_party/zlib/zlib.scons | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/zlib/zlib.scons b/third_party/zlib/zlib.scons index d37fafa..23809d4 100644 --- a/third_party/zlib/zlib.scons +++ b/third_party/zlib/zlib.scons @@ -18,7 +18,7 @@ env.Append( ZLIB_LIB = ['zlib'], ) -if env['PLATFORM'] == 'win32': +if env.Bit('windows'): env.Append( CCFLAGS = [ '/TC', |