aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authordickeyxxx2015-02-25 14:53:07 -0800
committerTim D. Smith2015-02-26 21:24:46 -0800
commit00667c7ac3c6641278ca39652e62cea7af430ddf (patch)
tree551e9a151e6e86a92b877c1f9fcba1f83c9a2b27 /Library
parent731fe37dc523f5a34a3c686edb94bbec42ad40a1 (diff)
downloadhomebrew-00667c7ac3c6641278ca39652e62cea7af430ddf.tar.bz2
go: show what arch and os is currently building
Closes #37203. Signed-off-by: Tim D. Smith <git@tim-smith.us>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/go.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/go.rb b/Library/Formula/go.rb
index 3b25846bf..6786e9669 100644
--- a/Library/Formula/go.rb
+++ b/Library/Formula/go.rb
@@ -66,6 +66,7 @@ class Go < Formula
ENV["GOOS"] = os
ENV["GOARCH"] = arch
ENV["CGO_ENABLED"] = cgo_enabled
+ ohai "Building go for #{arch}-#{os}"
system "./make.bash", "--no-clean"
end
end