packer: remove deprecated MacOS.prefer_64_bit?
This commit is contained in:
parent
f52b65992f
commit
ae6f4c18a1
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class Packer < Formula
|
|||
|
||||
def install
|
||||
ENV["XC_OS"] = "darwin"
|
||||
ENV["XC_ARCH"] = MacOS.prefer_64_bit? ? "amd64" : "386"
|
||||
ENV["XC_ARCH"] = "amd64"
|
||||
ENV["GOPATH"] = buildpath
|
||||
|
||||
packerpath = buildpath/"src/github.com/hashicorp/packer"
|
||||
|
|
Loading…
Reference in a new issue