mirror of
https://gitlab.com/signald/libraries/libsignal-client.git
synced 2025-01-08 12:15:38 +00:00
fix errant comma
This commit is contained in:
parent
62a3fabf25
commit
d343befbb6
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ set -exuo pipefail
|
|||
|
||||
apt-get update
|
||||
|
||||
PACKAGES=("git" "cmake" "g++", "libclang-dev")
|
||||
PACKAGES=("git" "cmake" "g++" "libclang-dev")
|
||||
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