Files
brew/Library/Homebrew/compat/xcode.rb
T
2016-04-21 09:36:31 -07:00

12 lines
141 B
Ruby

module OS
module Mac
module Xcode
extend self
def provides_autotools?
version < "4.3"
end
end
end
end