diff options
Diffstat (limited to 'templates/BUILD.template')
-rw-r--r-- | templates/BUILD.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/BUILD.template b/templates/BUILD.template index 54dc697125..49703bb1f7 100644 --- a/templates/BUILD.template +++ b/templates/BUILD.template @@ -68,7 +68,7 @@ % endfor % for lib in libs: - % if lib.name in ("grpc", "gpr"): + % if lib.name in ("grpc"): ${objc_library(lib)} % endif % endfor |