mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
xproto-host: 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
4ee6e7bae9
commit
5c2183af7a
@ -31,7 +31,9 @@ setup_toolchain host
|
|||||||
cd $XPROTO_DIR
|
cd $XPROTO_DIR
|
||||||
mkdir -p .objdir-host && cd .objdir-host
|
mkdir -p .objdir-host && cd .objdir-host
|
||||||
|
|
||||||
../configure --prefix=$ROOT/$TOOLCHAIN
|
../configure --host=$HOST_NAME \
|
||||||
|
--build=$HOST_NAME \
|
||||||
|
--prefix=$ROOT/$TOOLCHAIN
|
||||||
|
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user