mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
...
This commit is contained in:
parent
db8742a393
commit
e9c67487b2
@ -451,10 +451,11 @@ class Py2App(object):
|
||||
|
||||
@flush
|
||||
def add_misc_libraries(self):
|
||||
# Reminder to self to add iconv.dylib in the new freeze code
|
||||
for x in (
|
||||
'usb-1.0.0', 'mtp.9', 'ltdl.7', 'chm.0', 'sqlite3.0',
|
||||
'icudata.53', 'icui18n.53', 'icuio.53', 'icuuc.53',
|
||||
'crypto.1.0.0', 'ssl.1.0.0'
|
||||
'crypto.1.0.0', 'ssl.1.0.0', # 'iconv.2'
|
||||
):
|
||||
info('\nAdding', x)
|
||||
x = 'lib%s.dylib'%x
|
||||
|
Loading…
x
Reference in New Issue
Block a user