From 5e73b50f432c7dc4ed30e44897f86af8d30ba0a7 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Sat, 21 Sep 2013 14:40:06 -0500 Subject: [PATCH] Sod it. And with this commit, I lose interest in contributing to Homebrew entirely. Closes Homebrew/homebrew#22609 --- Formula/go.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/go.rb b/Formula/go.rb index bb96d50662e..69d2ed206dc 100644 --- a/Formula/go.rb +++ b/Formula/go.rb @@ -9,7 +9,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 'with-cgo', "Build with cgo" + option 'without-cgo', "Build with cgo" # the cgo module cannot build with clang # NOTE it is ridiculous that we put this stuff in the class