Merge "Fix darwin build"
This commit is contained in:
commit
8c0c1ba989
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue