Merge "Fix mac build."

This commit is contained in:
Christopher Ferris 2017-06-29 07:02:08 +00:00 committed by Gerrit Code Review
commit 51b4f48280

View file

@ -218,4 +218,10 @@ cc_binary_host {
srcs: [
"tests/GenGnuDebugdata.cpp",
],
target: {
darwin: {
enabled: false,
},
},
}