Fix Mac build.

This commit is contained in:
Asher Baker 2015-11-04 16:28:45 +00:00
parent 2ea3d9023b
commit 0387c45995

View File

@ -25,7 +25,7 @@ elif builder.target_platform == 'linux':
if binary.compiler.vendor == 'clang':
# https://llvm.org/bugs/show_bug.cgi?id=16428
binary.compiler.cflags += ['-Wno-unknown-attributes']
binary.compiler.cflags += ['-Wno-attributes']
binary.sources += [
'base64.c',