libass: remove RPATH

This commit is contained in:
heitbaum 2022-01-07 15:50:06 +00:00
parent ac480ad8d7
commit 9c6c05f1c6

View File

@ -20,3 +20,7 @@ if [ ${TARGET_ARCH} = "x86_64" ]; then
PKG_DEPENDS_TARGET+=" nasm:host"
PKG_CONFIGURE_OPTS_TARGET+=" --enable-asm"
fi
post_configure_target() {
libtool_remove_rpath libtool
}