xref: /openbsd-src/gnu/llvm/llvm/utils/gn/build/libs/zlib/enable.gni (revision f6246b7f478ea7b2b6df549ae5998f8112d22650)
1declare_args() {
2  # Whether to include code that links against zlib.
3  llvm_enable_zlib = host_os != "win"
4}
5