8 lines
146 B
Ruby
Raw Normal View History

module Stdenv
def libxml2
append "CPPFLAGS", "-I#{Formula["libxml2"].include/"libxml2"}"
rescue FormulaUnavailableError
nil
end
end