mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
fix Project-system
This commit is contained in:
parent
2eebcb03e1
commit
214cebb8d2
@ -1,6 +1,8 @@
|
|||||||
# Project name
|
# Project name
|
||||||
PROJECT=generic
|
PROJECT=generic
|
||||||
|
|
||||||
|
PROJECT_DIR=~/.openelec
|
||||||
|
|
||||||
# Target system we want to cross compile for (i386/x86_64/powerpc)
|
# Target system we want to cross compile for (i386/x86_64/powerpc)
|
||||||
TARGET_ARCH=i386
|
TARGET_ARCH=i386
|
||||||
|
|
||||||
@ -207,4 +209,8 @@ AUTOUPDATE=ask
|
|||||||
# multi-processor computer (like hyperthreading SMP CPU)
|
# multi-processor computer (like hyperthreading SMP CPU)
|
||||||
CONCURRENCY_MAKE_LEVEL=1
|
CONCURRENCY_MAKE_LEVEL=1
|
||||||
|
|
||||||
|
# read personal options if available
|
||||||
|
test -f "$PROJECT_DIR/options" \
|
||||||
|
&& . "$PROJECT_DIR/options"
|
||||||
|
|
||||||
. config/path
|
. config/path
|
||||||
|
Loading…
x
Reference in New Issue
Block a user