self has no attribute named satisfies. (#7826)
This commit is contained in:
parent
26e9b3b74d
commit
c8e3c94c6f
@ -75,7 +75,7 @@ def configure_args(self):
|
||||
spec = self.spec
|
||||
|
||||
args = ['--with-zlib={0}'.format(spec['zlib'].prefix)]
|
||||
if self.satisfies('+darwinssl'):
|
||||
if spec.satisfies('+darwinssl'):
|
||||
args.append('--with-darwinssl')
|
||||
else:
|
||||
args.append('--with-ssl={0}'.format(spec['openssl'].prefix))
|
||||
|
Loading…
Reference in New Issue
Block a user