From 00667c7ac3c6641278ca39652e62cea7af430ddf Mon Sep 17 00:00:00 2001 From: dickeyxxx Date: Wed, 25 Feb 2015 14:53:07 -0800 Subject: go: show what arch and os is currently building Closes #37203. Signed-off-by: Tim D. Smith --- Library/Formula/go.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library') 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 -- cgit v1.2.3