Bump Xcode recommendation to 3.2.2
This commit is contained in:
parent
b2d034b661
commit
b355d6af25
@ -439,7 +439,7 @@ def brew_install
|
||||
################################################################# warnings
|
||||
begin
|
||||
if MACOS_VERSION >= 10.6
|
||||
opoo "You should upgrade to Xcode 3.2.1" if llvm_build < RECOMMENDED_LLVM
|
||||
opoo "You should upgrade to Xcode 3.2.2" if llvm_build < RECOMMENDED_LLVM
|
||||
else
|
||||
opoo "You should upgrade to Xcode 3.1.4" if (gcc_40_build < RECOMMENDED_GCC_40) or (gcc_42_build < RECOMMENDED_GCC_42)
|
||||
end
|
||||
|
||||
@ -37,6 +37,6 @@ MACOS_VERSION = /(10\.\d+)(\.\d+)?/.match(MACOS_FULL_VERSION).captures.first.to_
|
||||
HOMEBREW_USER_AGENT = "Homebrew #{HOMEBREW_VERSION} (Ruby #{RUBY_VERSION}-#{RUBY_PATCHLEVEL}; Mac OS X #{MACOS_FULL_VERSION})"
|
||||
|
||||
|
||||
RECOMMENDED_LLVM = 2206
|
||||
RECOMMENDED_LLVM = 2207
|
||||
RECOMMENDED_GCC_40 = 5493
|
||||
RECOMMENDED_GCC_42 = (MACOS_VERSION >= 10.6) ? 5646 : 5577
|
||||
RECOMMENDED_GCC_42 = (MACOS_VERSION >= 10.6) ? 5659 : 5577
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user