mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-27 04:36:40 +00:00
lzma:
- remove build and install script, we dont need this anymore
This commit is contained in:
parent
0c6da76f35
commit
41bb1278b1
@ -1,15 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
$SCRIPTS/install ccache
|
|
||||||
|
|
||||||
setup_toolchain host
|
|
||||||
CC=$LOCAL_CC
|
|
||||||
|
|
||||||
cd $PKG_BUILD
|
|
||||||
./configure --host=$HOST_NAME \
|
|
||||||
--build=$HOST_NAME \
|
|
||||||
--prefix=$ROOT/$TOOLCHAIN
|
|
||||||
|
|
||||||
make
|
|
@ -1,6 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
mkdir -p $ROOT/$TOOLCHAIN/bin
|
|
||||||
cp -rf $PKG_BUILD/src/$1/$1 $ROOT/$TOOLCHAIN/bin
|
|
Loading…
x
Reference in New Issue
Block a user