mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
Python: 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
9dcb2774dd
commit
0b692b5bd8
@ -32,7 +32,9 @@ setup_toolchain host
|
|||||||
|
|
||||||
OPT="$HOST_CFLAGS" \
|
OPT="$HOST_CFLAGS" \
|
||||||
LDFLAGS="$LDFLAGS -lexpat" \
|
LDFLAGS="$LDFLAGS -lexpat" \
|
||||||
../configure --prefix=$ROOT/$TOOLCHAIN \
|
../configure --host=$HOST_NAME \
|
||||||
|
--build=$HOST_NAME \
|
||||||
|
--prefix=$ROOT/$TOOLCHAIN \
|
||||||
--cache-file=config.cache \
|
--cache-file=config.cache \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--without-cxx-main \
|
--without-cxx-main \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user