summaryrefslogtreecommitdiffstats
path: root/llvm/utils/gn/build/libs/zlib/enable.gni
blob: 9626301378bd9f1988f33bef246fafd389944c9f (plain)
1
2
3
4
declare_args() {
  # Whether to include code that links against zlib.
  llvm_enable_zlib = host_os != "win"
}
OpenPOWER on IntegriCloud