summaryrefslogtreecommitdiffstats
path: root/rules/host-python3-cffi.make
blob: d706c068ed79ec82f90171b41cbe42e32f057e4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# -*-makefile-*-
#
# Copyright (C) 2019 by Guillermo Rodriguez <guille.rodriguez@gmail.com>
#
# For further information about the PTXdist project and license conditions
# see the README file.
#

#
# We provide this package
#
HOST_PACKAGES-$(PTXCONF_HOST_PYTHON3_CFFI) += host-python3-cffi

# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------

HOST_PYTHON3_CFFI_CONF_TOOL    := python3

# vim: syntax=make