[PATCH] D80042: [gn build] Add a flag to provide the path to zlib on Windows.

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 18 17:22:17 PDT 2020


thakis added a comment.

Thanks for the patch! The way I thought this would look is to have the arg in http://llvm-cs.pcc.me.uk/utils/gn/build/libs/zlib/enable.gni#3 and then change the lower declare_args block to have `  llvm_enable_zlib = host_os != "win" || zlib_path != ""`. Does that make sense?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D80042/new/

https://reviews.llvm.org/D80042





More information about the llvm-commits mailing list