Need musl-gcc for static also.

This commit is contained in:
Nicholas Marriott 2020-05-03 12:37:38 +01:00
parent 4fcbd6700f
commit cb09705df3

View File

@ -10,7 +10,7 @@ if [ "$TRAVIS_OS_NAME" = "linux" ]; then
libutempter-dev \
build-essential
if [ "$BUILD" = "musl" ]; then
if [ "$BUILD" = "musl" -o "$BUILD" = "musl-static" ]; then
sudo apt-get -y install musl-dev \
musl-tools
fi