From 7c41c571cb06059732efdf31888cde558a5041a3 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 5 Sep 2024 20:55:44 +0200 Subject: [PATCH] python3-sabctools: set python includes for CXX --- srcpkgs/python3-sabctools/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/python3-sabctools/template b/srcpkgs/python3-sabctools/template index c87b4c5ad60..734b18fcc2f 100644 --- a/srcpkgs/python3-sabctools/template +++ b/srcpkgs/python3-sabctools/template @@ -12,3 +12,5 @@ license="GPL-2.0-or-later" homepage="https://github.com/sabnzbd/sabctools/" distfiles="${PYPI_SITE}/s/sabctools/sabctools-${version}.tar.gz" checksum=6440bcd77fc9a463c414bfa75ca1405c57d4aeb84408222a38d7b6ecbc12d348 + +CXXFLAGS="-I${XBPS_CROSS_BASE}/${py3_inc} -I${XBPS_CROSS_BASE}/usr/include"