Fix Mac build.
This commit is contained in:
parent
2ea3d9023b
commit
0387c45995
@ -25,7 +25,7 @@ elif builder.target_platform == 'linux':
|
|||||||
|
|
||||||
if binary.compiler.vendor == 'clang':
|
if binary.compiler.vendor == 'clang':
|
||||||
# https://llvm.org/bugs/show_bug.cgi?id=16428
|
# https://llvm.org/bugs/show_bug.cgi?id=16428
|
||||||
binary.compiler.cflags += ['-Wno-unknown-attributes']
|
binary.compiler.cflags += ['-Wno-attributes']
|
||||||
|
|
||||||
binary.sources += [
|
binary.sources += [
|
||||||
'base64.c',
|
'base64.c',
|
||||||
|
Loading…
Reference in New Issue
Block a user