[GnuTLS] Add gnutls-specific headers property. (#7259)

This commit is contained in:
Veselin Dobrev 2020-08-25 17:00:49 -07:00 committed by GitHub
parent afa907f549
commit ad437bff8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,3 +90,9 @@ def configure_args(self):
])
return args
@property
def headers(self):
headers = find_all_headers(self.prefix.include)
headers.directories = self.prefix.include
return headers