diff options
| author | Jeffrey Hardy | 2011-09-04 22:57:38 -0300 |
|---|---|---|
| committer | Jack Nagel | 2011-09-04 21:08:26 -0500 |
| commit | 9d5e895f8647cc0a8a1f6c6e36d4bb858c84afc1 (patch) | |
| tree | ca7a280345ed188cbf41b5175002a4ba66beadfc /Library/Formula/protobuf.rb | |
| parent | 59f1de90f9c46ea5fc50c8ce96810857a6c7eaa4 (diff) | |
| download | homebrew-9d5e895f8647cc0a8a1f6c6e36d4bb858c84afc1.tar.bz2 | |
protobuf: fix typo in fails_with_llvm
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/protobuf.rb')
| -rw-r--r-- | Library/Formula/protobuf.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/protobuf.rb b/Library/Formula/protobuf.rb index 806d4b794..af377bae5 100644 --- a/Library/Formula/protobuf.rb +++ b/Library/Formula/protobuf.rb @@ -5,7 +5,7 @@ class Protobuf < Formula homepage 'http://code.google.com/p/protobuf/' sha1 'df5867e37a4b51fb69f53a8baf5b994938691d6d' - fails_with_llvm, :build => 2334 + fails_with_llvm :build => 2334 def options [['--universal', 'Do a universal build']] |
