mirror of
https://gitlab.com/signald/libraries/libsignal-client.git
synced 2024-12-04 19:46:37 +00:00
fix
This commit is contained in:
parent
23e2533522
commit
d9ec0525fb
1 changed files with 2 additions and 1 deletions
|
@ -19,6 +19,7 @@ case "${TARGET}" in
|
|||
;;
|
||||
x86_64-unknown-linux-musl)
|
||||
apt-get install -y "${PACKAGES[@]}" musl-tools
|
||||
;;
|
||||
*)
|
||||
apt-get install -y "${PACKAGES[@]}"
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue