Bottles currently require 64-bit hardware on 10.6.
This commit is contained in:
parent
49b16f3462
commit
b059ffb952
@ -6,7 +6,7 @@ def bottle_filename f
|
|||||||
end
|
end
|
||||||
|
|
||||||
def bottles_supported?
|
def bottles_supported?
|
||||||
HOMEBREW_PREFIX.to_s == '/usr/local' and HOMEBREW_CELLAR.to_s == '/usr/local/Cellar'
|
HOMEBREW_PREFIX.to_s == '/usr/local' and HOMEBREW_CELLAR.to_s == '/usr/local/Cellar' and Hardware.is_64_bit? || !MacOS.snow_leopard?
|
||||||
end
|
end
|
||||||
|
|
||||||
def install_bottle? f
|
def install_bottle? f
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user