apache-brooklyn-cli: remove old code.
This commit is contained in:
parent
cb9a046c5b
commit
a0be95d58f
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class ApacheBrooklynCli < Formula
|
|||
|
||||
def install
|
||||
ENV["XC_OS"] = "darwin"
|
||||
ENV["XC_ARCH"] = MacOS.prefer_64_bit? ? "amd64" : "386"
|
||||
ENV["XC_ARCH"] = "amd64"
|
||||
ENV["GOPATH"] = buildpath
|
||||
ENV["GOBIN"] = bin
|
||||
ENV["GLIDE_HOME"] = HOMEBREW_CACHE/"glide_home/#{name}"
|
||||
|
|
Loading…
Reference in a new issue