Files
ports/lang/python314t/Makefile
T
Charlie Li 95c27eb79f lang/python314t: add
Event: Works Must Run
2026-06-12 15:20:30 -04:00

13 lines
234 B
Makefile

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"