libplist: remove RPATH

This commit is contained in:
heitbaum 2022-01-07 15:32:49 +00:00
parent 7696a97e84
commit 6b960f1c88

View File

@ -18,6 +18,10 @@ pre_configure_target() {
export CONFIG_SHELL="/bin/bash"
}
post_configure_target() {
libtool_remove_rpath libtool
}
post_makeinstall_target() {
rm -rf ${INSTALL}/usr/bin
}