graphmap: Fix for aarch64 (#19935)
This commit is contained in:
@@ -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')
|
||||||
|
Reference in New Issue
Block a user