jbigkit: adding the library spec for dependents (#24103)
This commit is contained in:
parent
8f34a66502
commit
0dce021f94
1 changed files with 6 additions and 0 deletions
|
@ -33,3 +33,9 @@ def install(self, spec, prefix):
|
||||||
mkdir(prefix.bin)
|
mkdir(prefix.bin)
|
||||||
for f in ['tstcodec', 'tstcodec85']:
|
for f in ['tstcodec', 'tstcodec85']:
|
||||||
install(f, prefix.bin)
|
install(f, prefix.bin)
|
||||||
|
|
||||||
|
@property
|
||||||
|
def libs(self):
|
||||||
|
return find_libraries(
|
||||||
|
"libjbig*", root=self.prefix, shared=False, recursive=True
|
||||||
|
)
|
||||||
|
|
Loading…
Reference in a new issue