Mercurial > hgrepos > Python2 > PyMuPDF
changeset 15:393e55ef9200
Explicitely use python3 instead of python
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 17 Sep 2025 21:11:04 +0200 |
| parents | 59f1bd90b2a0 |
| children | bd5bb0742cc3 |
| files | Makefile.freebsd |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.freebsd Wed Sep 17 20:35:45 2025 +0200 +++ b/Makefile.freebsd Wed Sep 17 21:11:04 2025 +0200 @@ -38,7 +38,7 @@ TEST= /bin/test LOCALBASE?= /usr/local SYMLINK?= /bin/ln -s -PYTHON?= python +PYTHON?= python3 PYTHON_PREFIXES!= $(PYTHON) -c 'import sys; print(sys.prefix); print(sys.base_prefix)' CLANG_DIR?= /usr/local/llvm18
