瀏覽代碼

Patch from Leonardo M. Ramé, updates the ImageMagick library name in UNIXes

git-svn-id: trunk@16088 -
sekelsenmat 15 年之前
父節點
當前提交
7961fec295
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/imagemagick/src/imagemagick.pas

+ 1 - 1
packages/imagemagick/src/imagemagick.pas

@@ -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"