diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2023-06-19 17:37:32 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2023-06-20 14:05:33 +0200 |
commit | 07ded51a0dda46e9b47b7dc0921ab0f2d44e8a58 (patch) | |
tree | 5bd1e00bab9c86205ddf7561dd7fd8fad4b5e18c /etc/repos.json | |
parent | 82ea4a70d6309d83c6af6b4488c26ebf9c9865d1 (diff) | |
download | justbuild-07ded51a0dda46e9b47b7dc0921ab0f2d44e8a58.tar.gz |
libarchive: Enable liblzma support
Diffstat (limited to 'etc/repos.json')
-rw-r--r-- | etc/repos.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/repos.json b/etc/repos.json index 19cb3700..54808ca7 100644 --- a/etc/repos.json +++ b/etc/repos.json @@ -468,6 +468,7 @@ , "zlib": "zlib" , "ssl": "ssl" , "bzip2": "bzip2" + , "lzma": "lzma" } , "bootstrap": {"drop": true} } |