mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 14:35:46 +02:00
Fix #3689 (Installer insists on building Podofo extension and returns error if not available)
This commit is contained in:
parent
ab2e05b2c7
commit
f14266749f
1 changed files with 1 additions and 0 deletions
|
|
@ -102,6 +102,7 @@ def __init__(self, name, sources, **kwargs):
|
|||
libraries=['podofo'],
|
||||
lib_dirs=[podofo_lib],
|
||||
inc_dirs=[podofo_inc],
|
||||
optional=True,
|
||||
error=podofo_error),
|
||||
|
||||
Extension('pictureflow',
|
||||
|
|
|
|||
Loading…
Reference in a new issue