diff options
Diffstat (limited to 'Library/Formula/boost.rb')
| -rw-r--r-- | Library/Formula/boost.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/boost.rb b/Library/Formula/boost.rb index ae5c92dd1..a80cc1762 100644 --- a/Library/Formula/boost.rb +++ b/Library/Formula/boost.rb @@ -12,10 +12,9 @@ class Boost < Formula ] end - def install - fails_with_llvm "LLVM-GCC causes errors with dropped arguments to "+ - "functions when linking with boost" + fails_with_llvm "LLVM-GCC causes errors with dropped arguments to functions when linking with boost" + def install # Adjust the name the libs are installed under to include the path to the # Homebrew lib directory so executables will work when installed to a # non-/usr/local location. |
