diff options
Diffstat (limited to 'homebrew/goat110/.make.sh-auto')
-rw-r--r-- | homebrew/goat110/.make.sh-auto | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/homebrew/goat110/.make.sh-auto b/homebrew/goat110/.make.sh-auto new file mode 100644 index 000000000..17415867e --- /dev/null +++ b/homebrew/goat110/.make.sh-auto @@ -0,0 +1,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 |