Skip to content

Commit

Permalink
[gn build] (manually) port 10b1b4a more
Browse files Browse the repository at this point in the history
  • Loading branch information
nico committed Jul 24, 2020
1 parent 2ad5611 commit 0bbaacc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn
Expand Up @@ -86,8 +86,8 @@ write_cmake_config("lit_common_configured") {
}

if (llvm_enable_zlib) {
values += [ "HAVE_LIBZ=1" ]
values += [ "LLVM_ENABLE_ZLIB=1" ]
} else {
values += [ "HAVE_LIBZ=0" ]
values += [ "LLVM_ENABLE_ZLIB=0" ]
}
}

0 comments on commit 0bbaacc

Please sign in to comment.