diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2022-02-28 13:16:49 +0100 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2022-02-28 13:44:06 +0100 |
commit | c121e0ba013cd0e8a1a57ed5178d2341a9f42a90 (patch) | |
tree | 33e28e734a3d2f600855014644429cbf4b317e64 | |
parent | 541edbb79bf69b98ebeb7bf7b2305eaa0252fde2 (diff) | |
download | justbuild-c121e0ba013cd0e8a1a57ed5178d2341a9f42a90.tar.gz |
External protobuf: Add missing zlib dependency
-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": |