1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-11 07:18:08 +00:00

Upgrade pkg-config travis-ci for OS X.

Fixes 'zlib not found` errors.
Details: https://github.com/Homebrew/brew/issues/563
This commit is contained in:
sledgehammer999 2016-07-21 09:04:24 +03:00
parent f264214e69
commit d3ece7417d

View File

@ -120,6 +120,7 @@ install:
# dependencies
brew update > /dev/null ;
brew install colormake ccache ;
brew outdated "pkg-config" || brew upgrade "pkg-config" ;
# libtorrent-rasterbar 1.0.9
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/477d5060fa093883204d70323965375353e03084/Formula/libtorrent-rasterbar.rb ;