diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2022-11-17 17:45:15 +0100 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2022-12-21 14:59:04 +0100 |
commit | 2170542fd6a76ee7ee2bc20791c85f7e2b3a0399 (patch) | |
tree | 7c93dcb0a2a75c4ade3f11679d067f1fd1eb9d08 /etc/dev | |
parent | c968630ba15a2d1562c5663f0ea8e947dcc81126 (diff) | |
download | justbuild-2170542fd6a76ee7ee2bc20791c85f7e2b3a0399.tar.gz |
External: Add libarchive dependency
Diffstat (limited to 'etc/dev')
-rw-r--r-- | etc/dev/TARGETS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/dev/TARGETS b/etc/dev/TARGETS index a3ade6cc..884cc459 100644 --- a/etc/dev/TARGETS +++ b/etc/dev/TARGETS @@ -11,6 +11,7 @@ , ["", "libgit2"] , ["", "libcurl"] , ["@", "bzip2", "", "libbz2"] + , ["", "libarchive"] ] , "proto": [ ["@", "bazel_remote_apis", "", "remote_execution_proto"] |