aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/compat/build_options.rb
blob: 6e566a08c9c4895ec3284710821383375cefdefc (plain)
1
2
3
4
5
6
7
8
9
class BuildOptions
  def build_32_bit?
    odisabled "build.build_32_bit?"
  end

  def build_bottle?
    odisabled "build.build_bottle?", "build.bottle?"
  end
end