mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00

Add more `odeprecated` calls to places that have been deprecated for a while in the wild and move some of the existing `odeprecated` calls to be `odisabled` to allow deleting the compatibility code.
12 lines
176 B
Ruby
12 lines
176 B
Ruby
module OS
|
|
module Mac
|
|
module Xcode
|
|
module_function
|
|
|
|
def provides_autotools?
|
|
odisabled "OS::Mac::Xcode.provides_autotools?"
|
|
end
|
|
end
|
|
end
|
|
end
|