mirror of
https://github.com/gosticks/brew.git
synced 2026-08-19 08:00:24 +00:00
13 lines
202 B
Ruby
13 lines
202 B
Ruby
module OS
|
|
module Mac
|
|
module Xcode
|
|
module_function
|
|
|
|
def provides_autotools?
|
|
odeprecated "OS::Mac::Xcode.provides_autotools?"
|
|
version < "4.3"
|
|
end
|
|
end
|
|
end
|
|
end
|