cxxstdlib: use Formula#full_name

This commit is contained in:
Xu Cheng 2015-05-27 21:33:11 +08:00
parent b931b98d35
commit 0f4cbd99b5

View File

@ -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