vapoursynth: fix linkage with Python 3.8 (via Arch).

This commit is contained in:
Juan RP 2019-12-24 11:33:37 +01:00
parent 87613f821e
commit 52c84cd494
No known key found for this signature in database
GPG key ID: AF19F6CB482F9368

View file

@ -21,6 +21,8 @@ case $XBPS_TARGET_MACHINE in
esac
pre_configure() {
# Fix linking with python 3.8
vsed -e 's|python-$PYTHON_VERSION|python-$PYTHON_VERSION-embed|' -i configure.ac
./autogen.sh
case $XBPS_TARGET_MACHINE in
arm*musl)