prefix -> self.prefix (#12487)

This commit is contained in:
Daryl W. Grunau 2019-08-20 15:41:41 -06:00 committed by Adam J. Stewart
parent 11c0a7882d
commit dbbccd1303

View File

@ -43,7 +43,7 @@ def patch(self):
format(self.compiler.cc))
def configure_args(self):
args = ['--prefix={0}'.format(prefix)]
args = ['--prefix={0}'.format(self.prefix)]
if self.compiler.name == 'gcc':
args.append('--enable-wrapper=gcc')
elif self.compiler.name == 'clang':