mirror of
https://gitlab.com/signald/libraries/libsignal-client.git
synced 2024-12-04 11:36:37 +00:00
fix case statement
This commit is contained in:
parent
37b9f27fe5
commit
650efe87f4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue