mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #3689 (Installer insists on building Podofo extension and returns error if not available)
This commit is contained in:
parent
ab2e05b2c7
commit
f14266749f
@ -102,6 +102,7 @@ extensions = [
|
|||||||
libraries=['podofo'],
|
libraries=['podofo'],
|
||||||
lib_dirs=[podofo_lib],
|
lib_dirs=[podofo_lib],
|
||||||
inc_dirs=[podofo_inc],
|
inc_dirs=[podofo_inc],
|
||||||
|
optional=True,
|
||||||
error=podofo_error),
|
error=podofo_error),
|
||||||
|
|
||||||
Extension('pictureflow',
|
Extension('pictureflow',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user