aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/compat/ARGV.rb
blob: 23d02ce1a4efa58da8fd17ad62455e69b4783e46 (plain)
1
2
3
4
5
6
module HomebrewArgvExtension
  def build_32_bit?
    # odeprecated "ARGV.build_32_bit?"
    include? "--32-bit"
  end
end