mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
glib: binaries must be executed from toolchain
This commit is contained in:
parent
b15bc650f2
commit
6478276273
@ -35,4 +35,7 @@ post_makeinstall_target() {
|
||||
rm -rf ${INSTALL}/usr/lib/glib-2.0
|
||||
rm -rf ${INSTALL}/usr/lib/installed-tests
|
||||
rm -rf ${INSTALL}/usr/share
|
||||
|
||||
# glib binaries must be executed from toolchain
|
||||
sed -e "s#bindir=\${prefix}/bin#bindir=${TOOLCHAIN}/bin#" -i "${SYSROOT_PREFIX}/usr/lib/pkgconfig/"{gio,glib}-2.0.pc
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user