brltty: use $py3_abiver
This commit is contained in:
parent
2c5a2cbf33
commit
aa4111e89e
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ pre_configure() {
|
|||
*-musl) # There is no ldconfig in musl libc
|
||||
sed -e "s;/sbin/ldconfig -n;echo;" -i configure
|
||||
esac
|
||||
export PYTHON_LIBS="-L${XBPS_CROSS_BASE}/usr/lib -lpython${py3_ver}m"
|
||||
export PYTHON_LIBS="-L${XBPS_CROSS_BASE}/usr/lib -lpython${py3_ver}${py3_abiver}"
|
||||
export PYTHON_CPPFLAGS="-I${XBPS_CROSS_BASE}/${py3_inc}"
|
||||
}
|
||||
post_configure() {
|
||||
|
|
Loading…
Reference in a new issue