config/otpions: export PROJECT and ARCH defaults

This commit is contained in:
MilhouseVH 2020-01-31 16:47:30 +00:00
parent a869d6c858
commit b1e43da1e4

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