Skip to content

Commit

Permalink
scripts/test.py: default to including mupdf headers/libs when buildin…
Browse files Browse the repository at this point in the history
…g pymupdf.
  • Loading branch information
julian-smith-artifex-com committed Nov 5, 2024
1 parent c5772f9 commit d6a652b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@
current venv.
--build-flavour <build_flavour>
Combination of 'p', 'b', 'd'. See ../setup.py's description of
PYMUPDF_SETUP_FLAVOUR. Default is 'pb', i.e. self-contained PyMuPDF
wheels without MuPDF build-time files.
PYMUPDF_SETUP_FLAVOUR. Default is 'pbd', i.e. self-contained PyMuPDF
wheels including MuPDF build-time files.
--build-mupdf 0|1
Whether to rebuild mupdf when we build PyMuPDF. Default is 1.
--gdb 0|1
Expand Down Expand Up @@ -159,7 +159,7 @@ def main(argv):
build_do = 'i'
build_type = None
build_mupdf = True
build_flavour = 'pb'
build_flavour = 'pbd'
gdb = False
test_fitz = False
implementations = 'r'
Expand Down

0 comments on commit d6a652b

Please sign in to comment.