aegean (package): remove -m64 on aarch64 (#17615)
This commit is contained in:
parent
f168d63586
commit
40e2a41477
1 changed files with 3 additions and 0 deletions
|
@ -21,4 +21,7 @@ class Aegean(MakefilePackage):
|
|||
|
||||
def edit(self, spec, prefix):
|
||||
makefile = FileFilter('Makefile')
|
||||
if spec.target.family == 'aarch64':
|
||||
makefile.filter('-m64', '')
|
||||
|
||||
makefile.filter('/usr/local', prefix)
|
||||
|
|
Loading…
Reference in a new issue