Skip to content

Commit

Permalink
scripts/gh_release.py: minor change to comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-smith-artifex-com committed Sep 22, 2023
1 parent 9e09197 commit 7fcdb3b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scripts/gh_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,10 +356,12 @@ def build_pyodide_wheel():
# Tell MuPDF to build for Pyodide.
env_extra['OS'] = 'pyodide'

# Build PyMuPDF as a single wheel without a separate PyMuPDFb
# wheel.
# Build only classic PyMuPDF.
env_extra['PYMUPDF_SETUP_IMPLEMENTATIONS'] = 'a'

# Build a single wheel without a separate PyMuPDFb wheel.
env_extra['PYMUPDF_SETUP_FLAVOUR'] = 'pb'

# 2023-08-30: We set PYMUPDF_SETUP_MUPDF_BUILD_TESSERACT=0 because
# otherwise mupdf thirdparty/tesseract/src/ccstruct/dppoint.cpp fails to
# build because `#include "errcode.h"` finds a header inside emsdk. This is
Expand Down

0 comments on commit 7fcdb3b

Please sign in to comment.