i2c-tools: fix cpython ABI on py-smbus library

This commit is contained in:
MilhouseVH 2019-12-19 03:51:41 +00:00
parent 3e8a33500d
commit f1612894bc

View File

@ -21,6 +21,8 @@ make_target() {
AR="$TARGET_AR" \
CFLAGS="$TARGET_CFLAGS" \
CPPFLAGS="$TARGET_CPPFLAGS -I${SYSROOT_PREFIX}/usr/include/$PKG_PYTHON_VERSION"
python_fix_abi .
}
makeinstall_target() {