mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 11:14:02 +02:00
Fix #1555 (Suse 64 bit Error)
This commit is contained in:
parent
50645efe8e
commit
46c13f6c78
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ def freeze():
|
|||
'/usr/lib/libxml2.so.2',
|
||||
'/usr/lib/libxslt.so.1',
|
||||
'/usr/lib/libxslt.so.1',
|
||||
'/usr/lib/libexslt.so.0',
|
||||
'/usr/lib/libMagickWand.so',
|
||||
'/usr/lib/libMagickCore.so',
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue