mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-07 09:01:38 -04:00
Get rid of the no longer needed libwmf
This commit is contained in:
parent
243a08ef0e
commit
fbe1180d8e
@ -436,7 +436,7 @@ class Py2App(object):
|
||||
|
||||
@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…
x
Reference in New Issue
Block a user