diff options
| author | Mike McQuaid | 2016-12-20 10:22:30 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2016-12-20 10:22:30 +0000 | 
| commit | f98304026bcb3bc68b47210f2434e09683987363 (patch) | |
| tree | fd5075fd3e7a63efbac0455b8891f2e1933bc5de /Library/Homebrew/compat.rb | |
| parent | 482568579b8c9e699ca19207643cc483975869a4 (diff) | |
| download | brew-f98304026bcb3bc68b47210f2434e09683987363.tar.bz2 | |
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`.
Diffstat (limited to 'Library/Homebrew/compat.rb')
| -rw-r--r-- | Library/Homebrew/compat.rb | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/Library/Homebrew/compat.rb b/Library/Homebrew/compat.rb index 0b81e037a..5d78c715f 100644 --- a/Library/Homebrew/compat.rb +++ b/Library/Homebrew/compat.rb @@ -19,3 +19,6 @@ require "compat/xcode"  require "compat/software_spec"  require "compat/utils"  require "compat/json" +require "compat/ARGV" +require "compat/build_options" +require "compat/tab" | 
