From 0f4cbd99b59f212a608f6c7967950aa2c649f99b Mon Sep 17 00:00:00 2001 From: Xu Cheng Date: Wed, 27 May 2015 21:33:11 +0800 Subject: cxxstdlib: use Formula#full_name --- Library/Homebrew/cxxstdlib.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') 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 -- cgit v1.2.3