소스 검색

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"