diff options
Diffstat (limited to 'skia')
-rw-r--r-- | skia/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skia/SConscript b/skia/SConscript index a255067..a646836 100644 --- a/skia/SConscript +++ b/skia/SConscript @@ -36,7 +36,7 @@ if env['PLATFORM'] == 'win32': '/wd4800', ], ) -elif env['PLATFORM'] == 'posix': +elif env['PLATFORM'] in ('posix', 'darwin'): if '-Wall' in env['CCFLAGS']: # We're not responsible for bad warning hygiene in this third party code. env['CCFLAGS'].remove('-Wall') |