mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 07:27:49 +00:00
libunwind: only install to sysroot
Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
c2fd843bc3
commit
544045c88c
@ -29,3 +29,7 @@ PKG_LONGDESC="library to determine the call-chain of a program"
|
|||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--enable-static \
|
PKG_CONFIGURE_OPTS_TARGET="--enable-static \
|
||||||
--disable-shared"
|
--disable-shared"
|
||||||
|
|
||||||
|
makeinstall_target() {
|
||||||
|
make DESTDIR=$SYSROOT_PREFIX install
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user