diff options
| author | Xiyue Deng | 2013-09-01 12:57:42 -0700 |
|---|---|---|
| committer | Xiyue Deng | 2013-09-01 12:57:42 -0700 |
| commit | 2a2fd4367e3b54607e64b45fded673b9bf378b88 (patch) | |
| tree | b12a17e341c95089c7044bcbf18295cfc9424c5e /Library | |
| parent | 039de9099407907b376c21412a2c552dc3c6c7c0 (diff) | |
| download | homebrew-2a2fd4367e3b54607e64b45fded673b9bf378b88.tar.bz2 | |
Fix option description that only Clang library is built.
* Also fix an annoyance in caveats (llvm3* -> llvm*).
Closes #22247.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/llvm.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/llvm.rb b/Library/Formula/llvm.rb index 04f64c8d5..6096348bc 100644 --- a/Library/Formula/llvm.rb +++ b/Library/Formula/llvm.rb @@ -18,7 +18,7 @@ class Llvm < Formula end option :universal - option 'with-clang', 'Build Clang C/ObjC/C++ frontend' + option 'with-clang', 'Build Clang support library' option 'disable-shared', "Don't build LLVM as a shared library" option 'all-targets', 'Build all target backends' option 'rtti', 'Build with C++ RTTI' @@ -87,7 +87,7 @@ class Llvm < Formula s += python.standard_caveats if python s += <<-EOS.undent This formula only provide library components of LLVM. To use full - featured LLVM please try the llvm3* formulae in homebrew-versions tap, + featured LLVM please try the llvm* formulae in homebrew-versions tap, for instance: brew tap homebrew/versions |
