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