self has no attribute named satisfies. (#7826)
This commit is contained in:
@@ -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))
|
||||
|
Reference in New Issue
Block a user