aboutsummaryrefslogtreecommitdiff
path: root/lang/python314t/Makefile
blob: 6c49f5abad5511ae0e488e212645dc2055cab612 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
CONFIGURE_ARGS+=	--disable-gil

THREADFLAG=	t
LDFLAGS+=	-lkvm

MASTERDIR=	${.CURDIR}/../python314
CONFLICTS_INSTALL=	python314

# https://github.com/python/cpython/issues/133171
OPTIONS_EXCLUDE+=	JIT

.include "${MASTERDIR}/Makefile"