[gn build] (manually) port 10b1b4a23 more

This commit is contained in:
Nico Weber 2020-07-24 08:48:14 -04:00
parent 2ad56119f5
commit 0bbaacc8ca
1 changed files with 2 additions and 2 deletions

View File

@ -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" ]
}
}