Skip to content

Commit d6a652b

Browse files
scripts/test.py: default to including mupdf headers/libs when building pymupdf.
1 parent c5772f9 commit d6a652b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/test.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@
8484
current venv.
8585
--build-flavour <build_flavour>
8686
Combination of 'p', 'b', 'd'. See ../setup.py's description of
87-
PYMUPDF_SETUP_FLAVOUR. Default is 'pb', i.e. self-contained PyMuPDF
88-
wheels without MuPDF build-time files.
87+
PYMUPDF_SETUP_FLAVOUR. Default is 'pbd', i.e. self-contained PyMuPDF
88+
wheels including MuPDF build-time files.
8989
--build-mupdf 0|1
9090
Whether to rebuild mupdf when we build PyMuPDF. Default is 1.
9191
--gdb 0|1
@@ -159,7 +159,7 @@ def main(argv):
159159
build_do = 'i'
160160
build_type = None
161161
build_mupdf = True
162-
build_flavour = 'pb'
162+
build_flavour = 'pbd'
163163
gdb = False
164164
test_fitz = False
165165
implementations = 'r'

0 commit comments

Comments
 (0)