Remove workaround from aribcaption

This commit is contained in:
BtbN 2023-11-29 15:46:10 +01:00
parent e86d3b06a8
commit e2ab02ac2f

View File

@ -15,8 +15,6 @@ ffbuild_enabled() {
ffbuild_dockerbuild() { ffbuild_dockerbuild() {
cd "$FFBUILD_DLDIR/$SELF" cd "$FFBUILD_DLDIR/$SELF"
sed -i 's#"-l\.\*#"(-l|/).*#' cmake/GeneratePkgConfig.cmake
mkdir build mkdir build
cd build cd build