libunwind: only install to sysroot

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2018-02-17 13:00:42 +01:00
parent c2fd843bc3
commit 544045c88c

View File

@ -29,3 +29,7 @@ PKG_LONGDESC="library to determine the call-chain of a program"
PKG_CONFIGURE_OPTS_TARGET="--enable-static \
--disable-shared"
makeinstall_target() {
make DESTDIR=$SYSROOT_PREFIX install
}