diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/go.rb | 1 |
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 |
