Merge pull request #4170 from MilhouseVH/le10_fix_p_a_export

config/otpions: export PROJECT and ARCH defaults
This commit is contained in:
Matthias Reichl 2020-02-07 23:46:19 +01:00 committed by GitHub
commit 123396e920
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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