freetype: Fix the incorrect libpng libtool archive paths

This commit is contained in:
Tibor Nagy 2018-12-09 00:15:57 +01:00
parent e92d74f7f2
commit ebd50fffb4

View File

@ -35,5 +35,6 @@ function recipe_clean {
function recipe_stage {
dest="$(realpath $1)"
make DESTDIR="$dest" install
sed -i -e "s%//lib/libpng16.la%$dest/../sysroot/lib/libpng16.la%" "$dest/lib/libfreetype.la"
skip=1
}