Skip to content

Commit dd22587

Browse files
committed
mupdf lib name changed
1 parent b0fa9d9 commit dd22587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
'/usr/local/include/mupdf'
1111
],
1212
#library_dirs=['<mupdf_and_3rd_party_libraries_dir>'],
13-
libraries=['mupdf', 'mujs',
13+
libraries=['mupdf', 'mupdfthird',
1414
'crypto', #openssl is required by mupdf on archlinux
1515
'jbig2dec', 'openjp2', 'jpeg',
1616
'freetype'], # the libraries to link with

0 commit comments

Comments
 (0)