Trying to recover building on macx.

--HG--
branch : release
This commit is contained in:
Roman Telezhynskyi 2019-04-12 19:04:33 +03:00
parent d1c5d699fa
commit ad100384f0

View file

@ -39,8 +39,9 @@ before_install:
else
brew update > /dev/null;
brew unlink qt5;
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/56c500b569c724b049be7ab9e12d9693f85522f9/Formula/qt.rb;
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/5eb54ced793999e3dd3bce7c64c34e7ffe65ddfd/Formula/qt.rb;
chmod -R 755 /usr/local/opt/qt5/*
brew link qt5;
fi
before_script:
- |