diff options
Diffstat (limited to 'Library/Formula/boost.rb')
| -rw-r--r-- | Library/Formula/boost.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/boost.rb b/Library/Formula/boost.rb index ecd9539f5..7b11e5210 100644 --- a/Library/Formula/boost.rb +++ b/Library/Formula/boost.rb @@ -172,7 +172,7 @@ class Boost < Formula s = '' # ENV.compiler doesn't exist in caveats. Check library availability # instead. - if Dir.glob("#{lib}/libboost_log*").empty? + if Dir["#{lib}/libboost_log*"].empty? s += <<-EOS.undent Building of Boost.Log is disabled because it requires newer GCC or Clang. |
