mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
ncurses: setup host triplet for --build and --host options to configure script
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
4fc2cd3c65
commit
9dcb2774dd
@ -27,7 +27,9 @@ CWD=`pwd`
|
|||||||
setup_toolchain host
|
setup_toolchain host
|
||||||
|
|
||||||
cd $PKG_BUILD/ncurses-host
|
cd $PKG_BUILD/ncurses-host
|
||||||
./configure --prefix=$ROOT/$TOOLCHAIN \
|
./configure --host=$HOST_NAME \
|
||||||
|
--build=$HOST_NAME \
|
||||||
|
--prefix=$ROOT/$TOOLCHAIN \
|
||||||
--with-shared \
|
--with-shared \
|
||||||
|
|
||||||
make -C include
|
make -C include
|
||||||
|
Loading…
x
Reference in New Issue
Block a user