prefix -> self.prefix (#12487)
This commit is contained in:
parent
11c0a7882d
commit
dbbccd1303
@ -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':
|
||||
|
Loading…
Reference in New Issue
Block a user