fix macOS

This commit is contained in:
Le Tan 2018-04-18 22:33:25 +08:00
parent 91483fd8fc
commit beee7a3cb8

View File

@ -8,6 +8,7 @@ cd /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula
git checkout 13d52537d1e0e5f913de4639012 qt.rb git checkout 13d52537d1e0e5f913de4639012 qt.rb
sed -i '' 's/:mysql/"mysql"/' qt.rb sed -i '' 's/:mysql/"mysql"/' qt.rb
sed -i '' 's/:postgresql/"postgresql"/' qt.rb sed -i '' 's/:postgresql/"postgresql"/' qt.rb
cat qt.rb
brew install qt brew install qt
QTDIR="/usr/local/opt/qt" QTDIR="/usr/local/opt/qt"