fujitsu-ssl2: Add the headers method (#22629)

* fujitsu-ssl2: Add the headers method

* fujitsu-ssl2: Fix for comments

* fujitsu-ssl2: Fix for comments
This commit is contained in:
takanori-ihara 2021-04-01 12:59:10 +09:00 committed by GitHub
parent 7daf582357
commit 3e532db04d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -142,3 +142,11 @@ def setup_dependent_build_environment(self, env, dependent_spec):
env.append_flags(
"FCC_ENV", "-idirafter " + path
)
@property
def headers(self):
path = join_path(
self.spec.prefix, "clang-comp"
)
headers = find_headers('cssl', path, recursive=True)
return headers