mirror of
https://gitlab.com/signald/libraries/libsignal-client.git
synced 2025-04-06 22:51:09 +00:00
not sure how to format multiple entries here
This commit is contained in:
parent
85e013f367
commit
5b0a014173
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ set -exuo pipefail
|
|||
|
||||
apt-get update
|
||||
|
||||
PACKAGES="git cmake"
|
||||
PACKAGES=(git cmake)
|
||||
case "${TARGET}" in
|
||||
aarch64-unknown-linux-gnu|aarch64-unknown-linux-musl)
|
||||
apt-get install -y "${PACKAGES}" {cpp,g++,gcc}-aarch64-linux-gnu
|
||||
|
|
Loading…
Add table
Reference in a new issue