Switch defaults to x86.

This commit is contained in:
fewtarius 2022-12-30 20:10:47 -05:00
parent cc87ff2014
commit 337fcd3dfd
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A

View file

@ -24,10 +24,10 @@ PROJECT_DIR="${ROOT}/projects"
DISTRO="${DISTRO:-JELOS}"
# determines PROJECT, if not forced by user
PROJECT="${PROJECT:-Rockchip}"
PROJECT="${PROJECT:-PC}"
# determines TARGET_ARCH, if not forced by user
ARCH="${ARCH:-aarch64}"
ARCH="${ARCH:-x86_64}"
TARGET_ARCH="${ARCH}"
# include helper functions