aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/BUILD.template
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2015-06-22 19:11:36 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2015-06-23 22:43:49 -0700
commit8c1fd042e4e9c7ce719118d1958f22550a236fb0 (patch)
tree76a26db037349c667bd185934c486eac55ad9080 /templates/BUILD.template
parent140bca8c5c1fdb691136555075fb99e39a45b5d2 (diff)
Add libz dependency to grpc_unsecure_objc
Diffstat (limited to 'templates/BUILD.template')
-rw-r--r--templates/BUILD.template3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/BUILD.template b/templates/BUILD.template
index acb46f1207..9f3140c0ac 100644
--- a/templates/BUILD.template
+++ b/templates/BUILD.template
@@ -128,6 +128,9 @@ objc_library(
":${dep}_objc",
% endfor
],
+% if lib.get("baselib", false):
+ sdk_dylibs = ["libz"],
+% endif
)
</%def>