We require Xcode 3.1 *and later*

This commit is contained in:
Adam Vandenberg 2009-09-25 15:26:53 -07:00 committed by Max Howell
parent 5abe20b410
commit 14daa31cd3

View File

@ -20,7 +20,7 @@ case Hardware.cpu_type when :ppc, :dunno
abort "Sorry, Homebrew does not support your computer's CPU architecture."
end
unless system "/usr/bin/which -s gcc-4.2"
abort "Sorry, Homebrew requires gcc 4.2, which is provided by Xcode 3.1"
abort "Sorry, Homebrew requires gcc 4.2, which is provided by Xcode 3.1 and later."
end