travis: fix gettext on mac + brew

cmake cannot find gettext, force link the gettext brew.

Signed-off-by: Rafael Kitover <rkitover@gmail.com>
This commit is contained in:
Rafael Kitover 2019-07-04 03:51:00 +00:00
parent e2f06210e0
commit f54dd25bb8
No known key found for this signature in database
GPG Key ID: 08AB596679D86240
1 changed files with 2 additions and 0 deletions

View File

@ -1066,6 +1066,8 @@ brew_installdeps() {
done
[ $# -gt 0 ] && check brew -v install "$@"
brew link gettext --force
brew -v cleanup
build_instructions