mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-24 00:44:13 +02:00
...
This commit is contained in:
parent
a24a5f77b6
commit
d0e60cf213
1 changed files with 1 additions and 1 deletions
|
|
@ -653,7 +653,7 @@ def archive_lib_dir(self):
|
|||
# any extensions that use C++ exceptions must be loaded
|
||||
# from files
|
||||
'unrar.pyd', 'wpd.pyd', 'podofo.pyd',
|
||||
'progress_indicator.pyd',
|
||||
'progress_indicator.pyd', 'hunspell.pyd',
|
||||
# As per this https://bugs.launchpad.net/bugs/1087816
|
||||
# on some systems magick.pyd fails to load from memory
|
||||
# on 64 bit
|
||||
|
|
|
|||
Loading…
Reference in a new issue