Don't throw if no gcc 4.0 installed
This commit is contained in:
parent
00e654a8b7
commit
e9aa22be8f
@ -31,7 +31,7 @@ module Homebrew extend self
|
|||||||
end
|
end
|
||||||
|
|
||||||
def gcc_40_recommendation
|
def gcc_40_recommendation
|
||||||
"(#{RECOMMENDED_GCC_40} or newer recommended)" if gcc_40.nil? and gcc_40 < RECOMMENDED_GCC_40
|
"(#{RECOMMENDED_GCC_40} or newer recommended)" if gcc_40 and gcc_40 < RECOMMENDED_GCC_40
|
||||||
end
|
end
|
||||||
|
|
||||||
def sha
|
def sha
|
||||||
|
Loading…
x
Reference in New Issue
Block a user