subread: extend support for aarch64 to v2.0.0 (#17864)

This commit is contained in:
t-nojiri 2020-08-04 20:01:39 +09:00 committed by GitHub
parent 9c8d4be569
commit 23f61ae2b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ def build(self, spec, prefix):
)
if spec.target.family == 'aarch64':
filter_file('-mtune=core2', '', 'Makefile.Linux')
if spec.satisfies('@1.6.2:1.6.4'):
if spec.satisfies('@1.6.2:2.0.0'):
filter_file(
'-mtune=core2',
'',