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:
parent
7daf582357
commit
3e532db04d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user