2016-12-20 10:22:30 +00:00
|
|
|
class BuildOptions
|
|
|
|
def build_32_bit?
|
2018-01-09 19:52:34 +00:00
|
|
|
odisabled "build.build_32_bit?"
|
2016-12-20 10:22:30 +00:00
|
|
|
end
|
2017-04-22 16:28:07 +01:00
|
|
|
|
|
|
|
def build_bottle?
|
2018-01-09 19:52:34 +00:00
|
|
|
odisabled "build.build_bottle?", "build.bottle?"
|
2017-04-22 16:28:07 +01:00
|
|
|
end
|
2016-12-20 10:22:30 +00:00
|
|
|
end
|