This website requires JavaScript.
Explore
Help
Sign In
admin
/
brew
Watch
1
Star
0
Fork
0
You've already forked brew
Code
Issues
Packages
Projects
Releases
6
Wiki
Activity
brew
/
Library
/
Homebrew
/
compat
/
ARGV.rb
6 lines
94 B
Ruby
Raw
Normal View
History
Unescape
Escape
Deprecate 32-bit options. These were formerly supported but as it has been a very long time since 32-bit software was necessary on macOS these have been deprecated with a `brew audit` warning and a future `odeprecated`.
2016-12-20 10:22:30 +00:00
module
HomebrewArgvExtension
def
build_32_bit?
Add more deprecations, disable some existing ones. 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.
2018-01-09 19:52:34 +00:00
odisabled
"
ARGV.build_32_bit?
"
Deprecate 32-bit options. These were formerly supported but as it has been a very long time since 32-bit software was necessary on macOS these have been deprecated with a `brew audit` warning and a future `odeprecated`.
2016-12-20 10:22:30 +00:00
end
end
Reference in New Issue
Copy Permalink