mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
eggdbus: dont build parallel
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
c146fcb1d8
commit
5e1cc46197
@ -24,6 +24,9 @@
|
|||||||
|
|
||||||
$SCRIPTS/unpack eggdbus
|
$SCRIPTS/unpack eggdbus
|
||||||
|
|
||||||
|
# dont build parallel
|
||||||
|
MAKEFLAGS=-j1
|
||||||
|
|
||||||
EGGDBUS_DIR=`ls -d $BUILD/eggdbus-[0-9]*`
|
EGGDBUS_DIR=`ls -d $BUILD/eggdbus-[0-9]*`
|
||||||
|
|
||||||
setup_toolchain host
|
setup_toolchain host
|
||||||
|
@ -22,6 +22,9 @@
|
|||||||
|
|
||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
|
# dont build parallel
|
||||||
|
MAKEFLAGS=-j1
|
||||||
|
|
||||||
cd $PKG_BUILD
|
cd $PKG_BUILD
|
||||||
mkdir -p .build-target
|
mkdir -p .build-target
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user