Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit 6cba58a

Browse files
authored
zlib build fix. (#333)
* zlib build fix. grpc renamed @com_github_madler_zlib//:z to @zlib//:zlib in grpc/grpc@79f7abb
1 parent e46a928 commit 6cba58a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/zlib/BUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# @com_github_madler_zlib comes from grpc_deps in the outer workspace.
15+
# @zlib comes from grpc_deps in the outer workspace.
1616

1717
cc_library(
1818
name = "z",
1919
visibility = ["//visibility:public"],
20-
deps = ["@com_github_madler_zlib//:z"],
20+
deps = ["@zlib"],
2121
)

0 commit comments

Comments
 (0)