Skip to content

Commit a46111b

Browse files
committed
ci: install-musl: add missing ;;
1 parent 344b409 commit a46111b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/install-musl.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ case ${1} in
6666
CC=s390x-linux-gnu-gcc \
6767
./configure --prefix="/musl-${musl_arch}" --enable-wrapper=yes
6868
make install -j4
69+
;;
6970
*)
7071
echo "Unknown target arch: \"${1}\""
7172
exit 1

0 commit comments

Comments
 (0)