mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 17:54:55 +02:00
Get rid of the no longer needed libwmf
This commit is contained in:
parent
243a08ef0e
commit
fbe1180d8e
1 changed files with 1 additions and 1 deletions
|
|
@ -436,7 +436,7 @@ def add_imagemagick(self):
|
|||
|
||||
@flush
|
||||
def add_misc_libraries(self):
|
||||
for x in ('usb-1.0.0', 'mtp.9', 'readline.6.1', 'wmflite-0.2.7',
|
||||
for x in ('usb-1.0.0', 'mtp.9', 'readline.6.1',
|
||||
'chm.0', 'sqlite3.0', 'icudata.53', 'icui18n.53', 'icuio.53', 'icuuc.53'):
|
||||
info('\nAdding', x)
|
||||
x = 'lib%s.dylib'%x
|
||||
|
|
|
|||
Loading…
Reference in a new issue