mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
expat-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
b847ac0643
commit
c3eb5bec84
@ -30,7 +30,9 @@ cd $BUILD/expat-*
|
|||||||
do_autoreconf -I conftools
|
do_autoreconf -I conftools
|
||||||
|
|
||||||
mkdir -p .build-host && cd .build-host
|
mkdir -p .build-host && cd .build-host
|
||||||
../configure --prefix=$ROOT/$TOOLCHAIN \
|
../configure --host=$HOST_NAME \
|
||||||
|
--build=$HOST_NAME \
|
||||||
|
--prefix=$ROOT/$TOOLCHAIN \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user