zstd+programs: use xz for lzma lib (#29107)
This commit is contained in:
parent
2941afe9e0
commit
f47e24381d
@ -35,8 +35,8 @@ class Zstd(MakefilePackage):
|
||||
variant('programs', default=False, description='Build executables')
|
||||
|
||||
depends_on('zlib', when='+programs')
|
||||
depends_on('lzma', when='+programs')
|
||||
depends_on('lz4', when='+programs')
|
||||
depends_on('xz', when='+programs')
|
||||
|
||||
def _make(self, *args, **kwargs):
|
||||
# PREFIX must be defined on macOS even when building the library, since
|
||||
|
Loading…
Reference in New Issue
Block a user