# File lib/pkg-config.rb, line 169 def variable(name) parse_pc if @variables.nil? expand_value(@override_variables[name] || @variables[name]) end