mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
expat-host: dont build static lib
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
dc76a13e71
commit
cb10d9bb60
@ -8,10 +8,11 @@ $SCRIPTS/unpack expat
|
|||||||
setup_toolchain host
|
setup_toolchain host
|
||||||
|
|
||||||
cd $BUILD/expat-*
|
cd $BUILD/expat-*
|
||||||
mkdir -p .build-host
|
mkdir -p .build-host && cd .build-host
|
||||||
|
|
||||||
cd .build-host
|
|
||||||
../configure --prefix=$ROOT/$TOOLCHAIN \
|
../configure --prefix=$ROOT/$TOOLCHAIN \
|
||||||
|
--enable-shared \
|
||||||
|
--disable-static \
|
||||||
|
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user