giflib: add libs property (#29604)
This commit is contained in:
parent
26bcbc521e
commit
f6f89677a7
1 changed files with 5 additions and 0 deletions
|
@ -44,6 +44,11 @@ def install_targets(self):
|
|||
targets = ['install'] + self.prefix_and_libversion_args()
|
||||
return targets
|
||||
|
||||
@property
|
||||
def libs(self):
|
||||
return (find_libraries(['libgif'], root=self.prefix.lib) or
|
||||
find_libraries(['libgif'], root=self.prefix.lib64))
|
||||
|
||||
def check(self):
|
||||
make('check', parallel=False)
|
||||
|
||||
|
|
Loading…
Reference in a new issue