Merge "Explicitly disable the Mac build."

This commit is contained in:
Elliott Hughes 2017-12-14 00:10:12 +00:00 committed by Gerrit Code Review
commit 246617d5eb

View file

@ -25,4 +25,9 @@ cc_library_static {
"-D_XOPEN_SOURCE=700",
],
host_supported: true,
target: {
darwin: {
enabled: false,
},
},
}