mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
config/otpions: export PROJECT and ARCH defaults
This commit is contained in:
parent
a869d6c858
commit
b1e43da1e4
@ -24,10 +24,10 @@ PROJECT_DIR="${ROOT}/projects"
|
||||
DISTRO="${DISTRO:-LibreELEC}"
|
||||
|
||||
# determines PROJECT, if not forced by user
|
||||
PROJECT="${PROJECT:-Generic}"
|
||||
export PROJECT="${PROJECT:-Generic}"
|
||||
|
||||
# determines TARGET_ARCH, if not forced by user
|
||||
ARCH="${ARCH:-x86_64}"
|
||||
export ARCH="${ARCH:-x86_64}"
|
||||
TARGET_ARCH="${ARCH}"
|
||||
|
||||
# include helper functions
|
||||
|
Loading…
x
Reference in New Issue
Block a user