graphmap: Fix for aarch64 (#19935)
This commit is contained in:
parent
59d0c17654
commit
793af74eb4
@ -20,6 +20,8 @@ def edit(self, spec, prefix):
|
|||||||
mkdirp(prefix.bin)
|
mkdirp(prefix.bin)
|
||||||
makefile = FileFilter('Makefile')
|
makefile = FileFilter('Makefile')
|
||||||
makefile.filter('/usr/bin/graphmap', prefix.bin.graphmap)
|
makefile.filter('/usr/bin/graphmap', prefix.bin.graphmap)
|
||||||
|
if self.spec.target.family == 'aarch64':
|
||||||
|
makefile.filter('-m64', '')
|
||||||
|
|
||||||
def build(self, spec, prefix):
|
def build(self, spec, prefix):
|
||||||
make('modules')
|
make('modules')
|
||||||
|
Loading…
Reference in New Issue
Block a user