mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-19 16:13:29 +02:00
Update ImageMagick in OS X binaries
This commit is contained in:
parent
76d9c46ef1
commit
1b7202a9d6
1 changed files with 1 additions and 1 deletions
|
|
@ -429,7 +429,7 @@ def add_fontconfig(self):
|
|||
def add_imagemagick(self):
|
||||
info('\nAdding ImageMagick')
|
||||
for x in ('Wand', 'Core'):
|
||||
self.install_dylib(os.path.join(SW, 'lib', 'libMagick%s.4.dylib'%x))
|
||||
self.install_dylib(os.path.join(SW, 'lib', 'libMagick%s.5.dylib'%x))
|
||||
idir = glob.glob(os.path.join(SW, 'lib', 'ImageMagick-*'))[-1]
|
||||
dest = os.path.join(self.frameworks_dir, 'ImageMagick')
|
||||
if os.path.exists(dest):
|
||||
|
|
|
|||
Loading…
Reference in a new issue