Merge pull request #3472 from sjackman/bottle-tag
Change the generic bottle tag to processor-system
This commit is contained in:
commit
7b9e935f72
@ -5,7 +5,7 @@ module Utils
|
||||
class Bottles
|
||||
class << self
|
||||
def tag
|
||||
@bottle_tag ||= "#{ENV["HOMEBREW_SYSTEM"]}_#{ENV["HOMEBREW_PROCESSOR"]}".downcase.to_sym
|
||||
@bottle_tag ||= "#{ENV["HOMEBREW_PROCESSOR"]}_#{ENV["HOMEBREW_SYSTEM"]}".downcase.to_sym
|
||||
end
|
||||
|
||||
def built_as?(f)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user