ImageMagick: specify how to find libraries (#22833)

This commit is contained in:
Adam J. Stewart
2021-04-07 12:50:37 -05:00
committed by GitHub
parent e14e6fbbd2
commit ae43ecc7ba

View File

@@ -36,3 +36,7 @@ def configure_args(self):
return [
'--with-gs-font-dir={0}'.format(gs_font_dir)
]
@property
def libs(self):
return find_libraries('libMagick*', root=self.prefix, recursive=True)