diff options
-rw-r--r-- | etc/import/src/google/protobuf/TARGETS.protobuf | 2 | ||||
-rw-r--r-- | etc/repos.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/import/src/google/protobuf/TARGETS.protobuf b/etc/import/src/google/protobuf/TARGETS.protobuf index 6efd7f94..10b0eed6 100644 --- a/etc/import/src/google/protobuf/TARGETS.protobuf +++ b/etc/import/src/google/protobuf/TARGETS.protobuf @@ -326,7 +326,7 @@ , "wire_format.cc" , "wrappers.pb.cc" ] - , "deps": ["protobuf_lite"] + , "deps": ["protobuf_lite", ["@", "zlib", "", "zlib"]] } , "protoc_lib": diff --git a/etc/repos.json b/etc/repos.json index 5643b2d7..fb18f689 100644 --- a/etc/repos.json +++ b/etc/repos.json @@ -119,7 +119,7 @@ } , "target_root": "import targets" , "target_file_name": "TARGETS.protobuf" - , "bindings": {"rules": "rules-protobuf"} + , "bindings": {"rules": "rules-protobuf", "zlib": "zlib"} } , "bazel_remote_apis": { "repository": |