hapcut2: add zlib dependency. (#13032)
This commit is contained in:
parent
2233a7b493
commit
4046e10b95
@ -17,6 +17,8 @@ class Hapcut2(MakefilePackage):
|
||||
version('2017-07-10', commit='2966b94c2c2f97813b757d4999b7a6471df1160e',
|
||||
submodules=True)
|
||||
|
||||
depends_on('zlib', type='link')
|
||||
|
||||
def install(self, spec, prefix):
|
||||
mkdirp(prefix.bin)
|
||||
with working_dir('build'):
|
||||
|
Loading…
Reference in New Issue
Block a user