switch ninja over to python3

ok sthen@
This commit is contained in:
daniel 2021-01-06 05:13:28 +00:00
parent 740c3adf98
commit e89b343512

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.32 2020/12/02 20:24:22 sthen Exp $
# $OpenBSD: Makefile,v 1.33 2021/01/06 05:13:28 daniel Exp $
# as error: ``operation combines symbols in different segments''
# (known toolchain problem) - if fixing, re-enable in devel/cmake/Makefile
@ -10,6 +10,7 @@ COMMENT = small build system with a focus on speed
GH_ACCOUNT = ninja-build
GH_PROJECT = ninja
GH_TAGNAME = v1.10.2
REVISION = 0
CATEGORIES = devel
@ -30,6 +31,7 @@ MODPY_ADJ_FILES = bootstrap.py \
configure.py \
misc/ninja_syntax.py \
src/browse.py
MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3}
# Not strictly required, but will be used if available. Included as a build
# dependency to ensure consistent builds.