travis: Add a workaround for a bug regarding libtool installed via Homebrew

This commit is contained in:
Tobias Brunner 2016-08-24 10:50:28 +02:00
parent 8456d6f5a8
commit 1806ba0890
1 changed files with 2 additions and 0 deletions

View File

@ -124,6 +124,8 @@ if test "$1" = "deps"; then
;;
osx)
brew update && \
# workaround for issue #6352
brew uninstall --force libtool && brew install libtool && \
brew install $DEPS
;;
esac