hapcut2: add zlib dependency. (#13032)

This commit is contained in:
Toyohisa Kameyama 2019-10-04 12:19:43 +09:00 committed by Adam J. Stewart
parent 2233a7b493
commit 4046e10b95

View File

@ -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'):