mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +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
|
||||
|
||||
cd $BUILD/expat-*
|
||||
mkdir -p .build-host
|
||||
mkdir -p .build-host && cd .build-host
|
||||
|
||||
cd .build-host
|
||||
../configure --prefix=$ROOT/$TOOLCHAIN \
|
||||
--enable-shared \
|
||||
--disable-static \
|
||||
|
||||
make
|
||||
make install
|
||||
|
Loading…
x
Reference in New Issue
Block a user