mirror of
https://github.com/strongswan/strongswan.git
synced 2025-12-07 00:00:13 -05:00
travis: Add a workaround for a bug regarding libtool installed via Homebrew
This commit is contained in:
parent
8456d6f5a8
commit
1806ba0890
@ -124,6 +124,8 @@ if test "$1" = "deps"; then
|
|||||||
;;
|
;;
|
||||||
osx)
|
osx)
|
||||||
brew update && \
|
brew update && \
|
||||||
|
# workaround for issue #6352
|
||||||
|
brew uninstall --force libtool && brew install libtool && \
|
||||||
brew install $DEPS
|
brew install $DEPS
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user