We require Xcode 3.1 *and later*
This commit is contained in:
parent
5abe20b410
commit
14daa31cd3
2
bin/brew
2
bin/brew
@ -20,7 +20,7 @@ case Hardware.cpu_type when :ppc, :dunno
|
|||||||
abort "Sorry, Homebrew does not support your computer's CPU architecture."
|
abort "Sorry, Homebrew does not support your computer's CPU architecture."
|
||||||
end
|
end
|
||||||
unless system "/usr/bin/which -s gcc-4.2"
|
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
|
end
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user