mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
Merge pull request #9294 from rellla/attr
attr: fix copying attr includes
This commit is contained in:
commit
e412f5d631
@ -24,10 +24,7 @@ else
|
|||||||
PKG_CONFIGURE_OPTS_TARGET+=" DEBUG=-DNDEBUG"
|
PKG_CONFIGURE_OPTS_TARGET+=" DEBUG=-DNDEBUG"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
makeinstall_target() {
|
post_makeinstall_target() {
|
||||||
mkdir -p ${SYSROOT_PREFIX}/usr/lib/
|
safe_remove ${INSTALL}/etc
|
||||||
cp .libs/libattr.a ${SYSROOT_PREFIX}/usr/lib/
|
safe_remove ${INSTALL}/usr/bin
|
||||||
|
|
||||||
mkdir -p ${SYSROOT_PREFIX}/usr/include/attr
|
|
||||||
cp include/*.h ${SYSROOT_PREFIX}/usr/include/attr
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user