diff options
| -rw-r--r-- | Library/Homebrew/cxxstdlib.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cxxstdlib.rb b/Library/Homebrew/cxxstdlib.rb index 7c3beafc8..30b16854c 100644 --- a/Library/Homebrew/cxxstdlib.rb +++ b/Library/Homebrew/cxxstdlib.rb @@ -6,7 +6,7 @@ class CxxStdlib class CompatibilityError < StandardError def initialize(formula, dep, stdlib) super <<-EOS.undent - #{formula.name} dependency #{dep.name} was built with a different C++ standard + #{formula.full_name} dependency #{dep.name} was built with a different C++ standard library (#{stdlib.type_string} from #{stdlib.compiler}). This may cause problems at runtime. EOS end |
