1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

[gn build] (manually) port 10b1b4a23 more

This commit is contained in:
Nico Weber 2020-07-24 08:48:14 -04:00
parent 54f4b4b6c4
commit fc0b2943f1

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