mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
attr: install headers to toolchain too
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
b4dbbbdd97
commit
825364dbde
@ -46,4 +46,8 @@ INSTALL_GROUP=root \
|
|||||||
|
|
||||||
make
|
make
|
||||||
|
|
||||||
cp -P libattr/.libs/*.so* $SYSROOT_PREFIX/usr/lib/
|
mkdir -p $SYSROOT_PREFIX/usr/lib/
|
||||||
|
cp -P libattr/.libs/*.so* $SYSROOT_PREFIX/usr/lib/
|
||||||
|
|
||||||
|
mkdir -p $SYSROOT_PREFIX/usr/include/attr
|
||||||
|
cp -P include/*.h $SYSROOT_PREFIX/usr/include/attr
|
||||||
|
Loading…
x
Reference in New Issue
Block a user