minimap2: fix a typo in the recipe (#17148)

This commit is contained in:
Toyohisa Kameyama 2020-06-18 16:43:06 +09:00 committed by GitHub
parent 1bb94f2913
commit 58e20430b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ def install_minimap2(self):
if self.spec.target.family == 'aarch64':
make_arg.extend([
'arm_neon=1',
'aarch64~1'
'aarch64=1'
])
make(*make_arg)
mkdirp(prefix.bin)