aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/BUILD.template
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2015-06-26 21:49:42 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2015-06-26 21:49:42 -0700
commit7b1a0ca2dd14fbbb99923b5c68534d890c3bb8f9 (patch)
tree27e67cc733af7b90e930d347c031c2318bbf8df8 /templates/BUILD.template
parenta7661b59d81584740556d8214c66cdc9eae23759 (diff)
Switch to grpc secure
Diffstat (limited to 'templates/BUILD.template')
-rw-r--r--templates/BUILD.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/BUILD.template b/templates/BUILD.template
index 98ad08a01c..fcfaef0d48 100644
--- a/templates/BUILD.template
+++ b/templates/BUILD.template
@@ -64,7 +64,7 @@ ${cc_library(lib)}
% endfor
% for lib in libs:
-% if lib.name in ("grpc_unsecure", "gpr"):
+% if lib.name in ("grpc", "gpr"):
${objc_library(lib)}
% endif
% endfor