mirror of
https://gitlab.com/signald/libraries/libsignal-client.git
synced 2024-12-04 11:36:37 +00:00
spaces
This commit is contained in:
parent
5c3f521070
commit
23e2533522
1 changed files with 1 additions and 3 deletions
|
@ -2,10 +2,8 @@
|
|||
set -exuo pipefail
|
||||
|
||||
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 linux-libc-dev-arm64-cross
|
||||
|
|
Loading…
Reference in a new issue