Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Change Xcode URL
Browse files Browse the repository at this point in the history
  • Loading branch information
mistydemeo committed Dec 20, 2012
1 parent fa8bede commit 998827a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ end
warn "#{HOMEBREW_PREFIX}/bin is not in your PATH." unless ENV['PATH'].split(':').include? "#{HOMEBREW_PREFIX}/bin"

if macos_version < 10.7
warn "Now install Xcode: https://developer.apple.com/xcode/" unless File.exist? "/usr/bin/cc"
warn "Now install Xcode: https://connect.apple.com/" unless File.exist? "/usr/bin/cc"
else
`/usr/bin/cc --version 2> /dev/null` =~ %r{tags/Apple/clang-(\d+)}
version = $1.to_i
Expand Down

0 comments on commit 998827a

Please sign in to comment.