mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
buildsystem: add support to select building OEM support via commandline (OEM=yes|no)
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
3d4caa6b6d
commit
d6cc927b0e
@ -99,5 +99,10 @@ fi
|
|||||||
. $HOME/.openelec/options.$DISTRO
|
. $HOME/.openelec/options.$DISTRO
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# overwrite OEM_SUPPORT via commandline
|
||||||
|
if [ "$OEM" = yes -o "$OEM" = no ]; then
|
||||||
|
OEM_SUPPORT=$OEM
|
||||||
|
fi
|
||||||
|
|
||||||
. config/graphic
|
. config/graphic
|
||||||
. config/path $1
|
. config/path $1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user