From af94379ed7838c4357dc8326f64ce390e0bfc27a Mon Sep 17 00:00:00 2001 From: Julian Smith Date: Thu, 10 Nov 2022 15:39:06 +0000 Subject: [PATCH] setup.py: fix #2039, build with system mupdf. Thanks to dvzrv for figuring this out. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 5e515940f..decd14d5d 100644 --- a/setup.py +++ b/setup.py @@ -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. #