travis: Add a workaround for a bug regarding libtool installed via Homebrew
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user