forked from pymupdf/PyMuPDF
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pipcl.py: fix github macos x64+arm64 builds by improving command reru…
…nning. We now also rerun commands if the command itself has changed. In Github MacOS builds, x64 and arm64 builds are done in same PyMuPDF checkout. But extension library names such as _fitz.cpython-311-darwin.so do not contain the cpu, so the second build does nothing because the output file looks up to date. So have changed running of commands to also detect whether the command itself has changed. This works by writing the command into <out>.cmd
- Loading branch information
1 parent
aaf4379
commit 49a9145
Showing
1 changed file
with
145 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters