aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/compat/build_options.rb
blob: 52aa9b9516de63ecb3c5e56c4152d125c106b8d4 (plain)
1
2
3
4
5
6
class BuildOptions
  def build_32_bit?
    # odeprecated "build.build_32_bit?"
    include?("32-bit") && option_defined?("32-bit")
  end
end