mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
glib-host:
- various cleanups
This commit is contained in:
parent
4fd9fd3c3f
commit
8cd265c4de
@ -13,8 +13,8 @@ mkdir -p .build-host
|
|||||||
|
|
||||||
cd .build-host
|
cd .build-host
|
||||||
../configure --prefix=$ROOT/$TOOLCHAIN \
|
../configure --prefix=$ROOT/$TOOLCHAIN \
|
||||||
--disable-shared \
|
--enable-shared \
|
||||||
--enable-static \
|
--disable-static \
|
||||||
--with-libiconv=no \
|
--with-libiconv=no \
|
||||||
--enable-debug=no \
|
--enable-debug=no \
|
||||||
--disable-man \
|
--disable-man \
|
||||||
@ -22,8 +22,7 @@ cd .build-host
|
|||||||
--disable-gtk-doc \
|
--disable-gtk-doc \
|
||||||
|
|
||||||
make
|
make
|
||||||
#
|
|
||||||
make install
|
make install
|
||||||
#
|
|
||||||
cp -f gobject/glib-genmarshal $ROOT/$TOOLCHAIN/bin
|
cp -f gobject/glib-genmarshal $ROOT/$TOOLCHAIN/bin
|
||||||
cp -f gobject/glib-mkenums $ROOT/$TOOLCHAIN/bin
|
cp -f gobject/glib-mkenums $ROOT/$TOOLCHAIN/bin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user