diff options
Diffstat (limited to 'Library/Homebrew/xcode.rb')
| -rw-r--r-- | Library/Homebrew/xcode.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Homebrew/xcode.rb b/Library/Homebrew/xcode.rb index 74c5fbd9f..ab3062ed0 100644 --- a/Library/Homebrew/xcode.rb +++ b/Library/Homebrew/xcode.rb @@ -122,6 +122,10 @@ module MacOS::Xcode extend self def provides_autotools? version.to_f < 4.3 end + + def provides_gcc? + version.to_f < 4.3 + end end module MacOS::CLT extend self |
