mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 06:36:41 +00:00
libIDL-host:
- remove package libIDL-host, will be developed in webbrowser-integration branch
This commit is contained in:
parent
f5e228eb73
commit
aca88cc452
@ -1,23 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
|
||||||
$SCRIPTS/build glib-host
|
|
||||||
$SCRIPTS/unpack libIDL
|
|
||||||
|
|
||||||
setup_toolchain host
|
|
||||||
|
|
||||||
cd $BUILD/libIDL*
|
|
||||||
|
|
||||||
mkdir -p .build-host
|
|
||||||
cd .build-host
|
|
||||||
|
|
||||||
libIDL_cv_long_long_format=ll \
|
|
||||||
../configure --prefix=$ROOT/$TOOLCHAIN
|
|
||||||
|
|
||||||
$SED "s:pkg-config :PKG_CONFIG_PATH=$HOST_PKG_CONFIG_PATH $PKG_CONFIG :" libIDL-config-2
|
|
||||||
|
|
||||||
make
|
|
||||||
|
|
||||||
make install
|
|
Loading…
x
Reference in New Issue
Block a user