Fix #2018942 [Calibre won't build with PoDoFo 0.10.0](https://bugs.launchpad.net/calibre/+bug/2018942)

This commit is contained in:
Kovid Goyal 2023-05-20 21:20:20 +05:30
parent 0638359f0f
commit 9925b1caf4
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -476,7 +476,7 @@ class Freeze:
@flush
def add_podofo(self):
print('\nAdding PoDoFo')
pdf = join(PREFIX, 'lib', 'libpodofo.0.9.7.dylib')
pdf = join(PREFIX, 'lib', 'libpodofo.0.10.0.dylib')
self.install_dylib(pdf)
@flush