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

Sébastien Marchand via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 19 13:44:32 PDT 2020


sebmarchand added a comment.

Looks like we need something like this:

if (host_os == "win" && zlib_path != "") {

    include_dirs = [ zlib_path ]
    libs = [ "$zlib_path/zlib.lib" ]
  }

?


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