Allow forcing bottle installation.
This commit is contained in:
parent
f833041765
commit
d502742e6d
@ -14,6 +14,7 @@ def bottles_supported?
|
|||||||
end
|
end
|
||||||
|
|
||||||
def install_bottle? f
|
def install_bottle? f
|
||||||
|
return true if ARGV.include? '--install-bottle'
|
||||||
!ARGV.build_from_source? && bottle_current?(f)
|
!ARGV.build_from_source? && bottle_current?(f)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user