mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 18:29:28 +02:00
Patch from Leonardo M. Ramé, updates the ImageMagick library name in UNIXes
git-svn-id: trunk@16088 -
This commit is contained in:
parent
8b21987df2
commit
7961fec295
@ -47,7 +47,7 @@ const
|
||||
WandExport = 'CORE_RL_wand_.dll';
|
||||
{$else}
|
||||
MagickExport = 'libMagickCore';
|
||||
WandExport = 'libWand';
|
||||
WandExport = 'libMagickWand'; // Previous ImageMagick versions used 'libWand'
|
||||
{$endif}
|
||||
|
||||
{# include "magick/methods.h"
|
||||
|
Loading…
Reference in New Issue
Block a user