fix case statement

This commit is contained in:
finn 2022-11-29 19:57:29 -08:00
parent 37b9f27fe5
commit 650efe87f4

View file

@ -5,7 +5,7 @@ apt-get update
apt-get install -y git clang libclang-dev cmake make
PACKAGES=("git", "clang", "libclang-dev", "cmake", "make")
PACKAGES=("git" "clang" "libclang-dev" "cmake" "make")
case "${TARGET}" in
aarch64-unknown-linux-gnu|aarch64-unknown-linux-musl)
apt-get install -y "${PACKAGES[@]}" {cpp,g++,gcc}-aarch64-linux-gnu