mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-21 18:26:25 +01:00
Remove readline as we no longer depend on it in OS X
This commit is contained in:
parent
11873721bb
commit
a13d76ef40
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', 'ltdl.7',
|
||||
for x in ('usb-1.0.0', 'mtp.9', 'ltdl.7',
|
||||
'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