Skip to content

Commit

Permalink
setup.py: fix #2039, build with system mupdf.
Browse files Browse the repository at this point in the history
Thanks to dvzrv for figuring this out.
  • Loading branch information
julian-smith-artifex-com committed Nov 14, 2022
1 parent ce27e07 commit af94379
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -634,6 +634,7 @@ def get_mupdf():
else:
# Use installed MuPDF.
log( f'Using system mupdf.')
unix_build_type = ''

# Set include and library paths for building PyMuPDF.
#
Expand Down

0 comments on commit af94379

Please sign in to comment.