landscaper: remove old code.
This commit is contained in:
parent
ad6e3a3dd5
commit
cbf0506e73
1 changed files with 1 additions and 2 deletions
|
@ -21,8 +21,7 @@ class Landscaper < Formula
|
|||
def install
|
||||
ENV["GOPATH"] = buildpath
|
||||
ENV.prepend_create_path "PATH", buildpath/"bin"
|
||||
arch = MacOS.prefer_64_bit? ? "amd64" : "x86"
|
||||
ENV["TARGETS"] = "darwin/#{arch}"
|
||||
ENV["TARGETS"] = "darwin/amd64"
|
||||
dir = buildpath/"src/github.com/eneco/landscaper"
|
||||
dir.install buildpath.children - [buildpath/".brew_home"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue