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 /TARGETS | |
parent | 82ea4a70d6309d83c6af6b4488c26ebf9c9865d1 (diff) | |
download | justbuild-07ded51a0dda46e9b47b7dc0921ab0f2d44e8a58.tar.gz |
libarchive: Enable liblzma support
Diffstat (limited to 'TARGETS')
-rw-r--r-- | TARGETS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -224,7 +224,7 @@ , "bindings": [ ["ENABLE_LIBB2", false] , ["ENABLE_LZ4", false] - , ["ENABLE_LZMA", false] + , ["ENABLE_LZMA", true] , ["ENABLE_ZSTD", false] , ["ENABLE_LIBXML2", false] , ["ENABLE_EXPAT", false] |