ImageMagick: specify how to find libraries (#22833)
This commit is contained in:
parent
e14e6fbbd2
commit
ae43ecc7ba
@ -36,3 +36,7 @@ def configure_args(self):
|
|||||||
return [
|
return [
|
||||||
'--with-gs-font-dir={0}'.format(gs_font_dir)
|
'--with-gs-font-dir={0}'.format(gs_font_dir)
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@property
|
||||||
|
def libs(self):
|
||||||
|
return find_libraries('libMagick*', root=self.prefix, recursive=True)
|
||||||
|
Loading…
Reference in New Issue
Block a user