This commit is contained in:
Adam J. Stewart 2016-05-17 13:22:00 -05:00
parent 7b9b18f03c
commit 631cbdbda8

View file

@ -101,7 +101,6 @@ def configure(self, spec, arch):
for var in config:
makefile.write('{0}\n'.format(var))
def install(self, spec, prefix):
arch = '{0}-{1}'.format(platform.system(), platform.processor())