diff options
| author | Mike McQuaid | 2013-09-28 09:04:20 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2013-09-28 09:04:46 +0100 |
| commit | c06d6be63fdefdeef6867d13035f84442b1b4888 (patch) | |
| tree | c0c18397c6a92d0f324716699c4b01859bb6e7e2 /Library/Formula | |
| parent | b69bfaefb631f554ed3f99c53bcd543d68945d65 (diff) | |
| download | homebrew-c06d6be63fdefdeef6867d13035f84442b1b4888.tar.bz2 | |
go: fix --without-cgo description.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/go.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/go.rb b/Library/Formula/go.rb index b4968a43b..2c9868a92 100644 --- a/Library/Formula/go.rb +++ b/Library/Formula/go.rb @@ -15,7 +15,7 @@ class Go < Formula option 'cross-compile-all', "Build the cross-compilers and runtime support for all supported platforms" option 'cross-compile-common', "Build the cross-compilers and runtime support for darwin, linux and windows" - option 'without-cgo', "Build with cgo" + option 'without-cgo', "Build without cgo" devel do url 'https://go.googlecode.com/files/go1.2rc1.src.tar.gz' |
