# File lib/pkg-config.rb, line 127
  def cflags
    path_flags, other_flags = collect_cflags
    (path_flags + other_flags).join(" ")
  end