Mercurial > hgrepos > Python2 > PyMuPDF
comparison Makefile.freebsd @ 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 | d6cbc8049ab0 |
| children | bd5bb0742cc3 |
comparison
equal
deleted
inserted
replaced
| 14:59f1bd90b2a0 | 15:393e55ef9200 |
|---|---|
| 36 LIBCLANG_LIBRARY_PATH?= $(CLANG_DIR)/lib | 36 LIBCLANG_LIBRARY_PATH?= $(CLANG_DIR)/lib |
| 37 | 37 |
| 38 TEST= /bin/test | 38 TEST= /bin/test |
| 39 LOCALBASE?= /usr/local | 39 LOCALBASE?= /usr/local |
| 40 SYMLINK?= /bin/ln -s | 40 SYMLINK?= /bin/ln -s |
| 41 PYTHON?= python | 41 PYTHON?= python3 |
| 42 PYTHON_PREFIXES!= $(PYTHON) -c 'import sys; print(sys.prefix); print(sys.base_prefix)' | 42 PYTHON_PREFIXES!= $(PYTHON) -c 'import sys; print(sys.prefix); print(sys.base_prefix)' |
| 43 CLANG_DIR?= /usr/local/llvm18 | 43 CLANG_DIR?= /usr/local/llvm18 |
| 44 | 44 |
| 45 # | 45 # |
| 46 # Setting these does not work for some parts built by sub-makes. | 46 # Setting these does not work for some parts built by sub-makes. |
