mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
Merge pull request #4170 from MilhouseVH/le10_fix_p_a_export
config/otpions: export PROJECT and ARCH defaults
This commit is contained in:
commit
123396e920
@ -24,10 +24,10 @@ PROJECT_DIR="${ROOT}/projects"
|
|||||||
DISTRO="${DISTRO:-LibreELEC}"
|
DISTRO="${DISTRO:-LibreELEC}"
|
||||||
|
|
||||||
# determines PROJECT, if not forced by user
|
# determines PROJECT, if not forced by user
|
||||||
PROJECT="${PROJECT:-Generic}"
|
export PROJECT="${PROJECT:-Generic}"
|
||||||
|
|
||||||
# determines TARGET_ARCH, if not forced by user
|
# determines TARGET_ARCH, if not forced by user
|
||||||
ARCH="${ARCH:-x86_64}"
|
export ARCH="${ARCH:-x86_64}"
|
||||||
TARGET_ARCH="${ARCH}"
|
TARGET_ARCH="${ARCH}"
|
||||||
|
|
||||||
# include helper functions
|
# include helper functions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user