Merge "Fix darwin build"

This commit is contained in:
Treehugger Robot 2018-02-17 01:45:37 +00:00 committed by Gerrit Code Review
commit 8c0c1ba989
1 changed files with 3 additions and 0 deletions

View File

@ -83,6 +83,9 @@ cc_library {
target: { target: {
darwin: { darwin: {
enabled: true, enabled: true,
shared_libs: [
"libbase",
],
}, },
linux: { linux: {
srcs: libbacktrace_sources, srcs: libbacktrace_sources,