And with this commit, I lose interest in contributing to Homebrew entirely.

Closes Homebrew/homebrew#22609
master
Max Howell 2013-09-21 14:40:06 -05:00
parent 7bd19514e2
commit 5e73b50f43
1 changed files with 1 additions and 1 deletions

View File

@ -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