summaryrefslogtreecommitdiff
path: root/homebrew/goat110/.make.sh-auto
blob: 17415867e94cdac76ed20d13630eab1964fad3a4 (plain)
1
2
3
4
5
6
7
pkg:setup
(buildpath/"gobootstrap").install resource("gobootstrap")
ENV["GOROOT_BOOTSTRAP"] = buildpath/"gobootstrap"
cd "go/src" 
ENV["GOROOT_FINAL"] = libexec
ENV["GOOS"]         = "darwin"
./make.bash --no-clean