mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 08:08:42 +00:00
fix url
This commit is contained in:
@@ -3,7 +3,7 @@ echo "QT=>" "$QT" "<="
|
||||
#!/bin/bash
|
||||
if [ "$QT_VER" = "5.5.1" ]
|
||||
then
|
||||
brew install ./qt5.rb
|
||||
brew install file://$PWD/qt5.rb
|
||||
else
|
||||
brew install $QT
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user