Skip to content

Commit

Permalink
qt5: use secure patch url in comment (#5783)
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats authored and ilovezfs committed Oct 11, 2016
1 parent e2d7cbf commit e6d954b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/qt5.rb
Expand Up @@ -161,7 +161,7 @@ def install

def post_install
# Upstream "configure and mkspecs: Don't try to find xcrun with xcrun"
# http://code.qt.io/cgit/qt/qtbase.git/patch/?id=77a71c32c9d19b87f79b208929e71282e8d8b5d9
# https://code.qt.io/cgit/qt/qtbase.git/patch/?id=77a71c32c9d19b87f79b208929e71282e8d8b5d9
inreplace prefix/"mkspecs/features/mac/default_pre.prf",
"xcrun -find xcrun", "xcrun -find xcodebuild"
end
Expand Down

0 comments on commit e6d954b

Please sign in to comment.