Skip to content

Commit

Permalink
scripts/gh_release.py: fix ignoring PYMUPDF_SETUP_PY_LIMITED_API on L…
Browse files Browse the repository at this point in the history
…inux.

We need to add PYMUPDF_SETUP_PY_LIMITED_API to CIBW_ENVIRONMENT_PASS_LINUX.
  • Loading branch information
julian-smith-artifex-com committed Nov 27, 2024
1 parent 68e4558 commit e70ade2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/gh_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,8 @@ def env_set(name, value, pass_=False):
if pass_:
env_pass(name)

env_pass('PYMUPDF_SETUP_PY_LIMITED_API')

if os.environ.get('PYMUPDF_SETUP_LIBCLANG'):
env_pass('PYMUPDF_SETUP_LIBCLANG')

Expand Down

0 comments on commit e70ade2

Please sign in to comment.