Skip to content

Commit eec45d9

Browse files
authored
Merge pull request #150 from jbarlow83/wheels
Automatically build macOS and Linux wheels
2 parents 07a5a8f + b601f7d commit eec45d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
#library_dirs=['<mupdf_and_3rd_party_libraries_dir>'],
1414
libraries=[
1515
'mupdf',
16-
'crypto', #openssl is required by mupdf on archlinux
17-
'jbig2dec', 'openjp2', 'jpeg', 'freetype',
1816
'mupdfthird',
17+
# 'jbig2dec', 'openjp2', 'jpeg', 'freetype',
18+
# 'crypto', #openssl is required by mupdf on archlinux
1919
], # the libraries to link with
2020
)
2121
elif sys.platform.startswith('darwin'):

0 commit comments

Comments
 (0)