Get rid of the no longer needed libwmf

This commit is contained in:
Kovid Goyal 2014-05-09 19:04:37 +05:30
parent 243a08ef0e
commit fbe1180d8e

View File

@ -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