summaryrefslogtreecommitdiffstats
path: root/rules/host-python3-cffi.in
blob: f1ef95cadfb5ff49738429a3beba9919dd6728ee (plain)
1
2
3
4
5
6
7
8
## SECTION=hosttools_noprompt

config HOST_PYTHON3_CFFI
	tristate
	select HOST_PYTHON3
	select HOST_PYTHON3_PYCPARSER
	help
	  Foreign Function Interface for Python calling C code.