mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
Merge PR #3249: Fix travis OSX build
This commit is contained in:
commit
a8d8c136b6
@ -57,7 +57,7 @@ if [ "${TRAVIS_OS_NAME}" == "linux" ]; then
|
||||
exit 1
|
||||
fi
|
||||
elif [ "${TRAVIS_OS_NAME}" == "osx" ]; then
|
||||
brew install qt5 libogg libvorbis flac libsndfile protobuf openssl ice
|
||||
brew update && brew install qt5 libogg libvorbis flac libsndfile protobuf openssl ice
|
||||
else
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user