Skip to content

Commit 5ae3aad

Browse files
authored
Merge pull request #180 from BryanCutler/add-zlib-package-to-dev-image
Add zlib dependency to libarchive.BUILD
2 parents f7b250f + 3f4bc32 commit 5ae3aad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

third_party/libarchive.BUILD

+3
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ cc_library(
3333
"libarchive",
3434
],
3535
visibility = ["//visibility:public"],
36+
deps = [
37+
"@zlib",
38+
],
3639
)
3740

3841
genrule(

0 commit comments

Comments
 (0)