cxxstdlib: use Formula#full_name
This commit is contained in:
parent
b931b98d35
commit
0f4cbd99b5
@ -6,7 +6,7 @@ class CxxStdlib
|
|||||||
class CompatibilityError < StandardError
|
class CompatibilityError < StandardError
|
||||||
def initialize(formula, dep, stdlib)
|
def initialize(formula, dep, stdlib)
|
||||||
super <<-EOS.undent
|
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.
|
library (#{stdlib.type_string} from #{stdlib.compiler}). This may cause problems at runtime.
|
||||||
EOS
|
EOS
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user