udunits: Add libs property to recipe to find libudunits2 (#33764)
This commit is contained in:
parent
6b782e6d7e
commit
5142ebdd57
@ -33,3 +33,7 @@ class Udunits(AutotoolsPackage):
|
||||
)
|
||||
|
||||
depends_on("expat")
|
||||
|
||||
@property
|
||||
def libs(self):
|
||||
return find_libraries(["libudunits2"], root=self.prefix, recursive=True, shared=True)
|
||||
|
Loading…
Reference in New Issue
Block a user