# Makefile - hhl - /usr/src/world/python # Copyright 2020 Nathan Fisher # distname = python include versions.mk distfullname = Python-$(python_version) include toolchain.mk config_opts += --enable-ipv6 config_opts += --enable-shared config_opts += --with-system-expat config_opts += --with-system-ffi config_opts += --with-ensurepip=yes include targets.mk