• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1declare_args() {
2  # Whether to include code that links against libxml2.
3  llvm_enable_libxml2 = host_os != "win"
4}
5