Merge "Explicitly disable the Mac build."
This commit is contained in:
commit
246617d5eb
1 changed files with 5 additions and 0 deletions
|
@ -25,4 +25,9 @@ cc_library_static {
|
|||
"-D_XOPEN_SOURCE=700",
|
||||
],
|
||||
host_supported: true,
|
||||
target: {
|
||||
darwin: {
|
||||
enabled: false,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue