Encourage usage of the new CLT4Xcode

This commit is contained in:
Max Howell 2012-02-16 20:20:14 +00:00
parent dfa75f9230
commit f37e22838c

View File

@ -131,7 +131,12 @@ Dir.chdir "/usr/local" do
end
warn "/usr/local/bin is not in your PATH." unless ENV['PATH'].split(':').include? '/usr/local/bin'
if macos_version < 10.7
warn "Now install Xcode: http://developer.apple.com/technologies/xcode.html" unless Kernel.system "/usr/bin/which -s gcc"
else
warn "Install \"Command Line Tools for Xcode\": http://developer.apple.com/downloads" unless File.file? "/usr/bin/xcrun"
end
unless badlibs.empty?
warn "The following *evil* dylibs exist in /usr/local/lib"