1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00

[gn build] (manually) port ca6751043d88 better

This commit is contained in:
Nico Weber 2021-04-16 18:16:14 -04:00
parent d27dd156eb
commit af14859209

View File

@ -55,7 +55,7 @@ write_lit_cfg("lit_site_cfg") {
if (llvm_enable_libxar) {
extra_values += [ "HAVE_LIBXAR=1" ]
} else {
extra_values += [ "HAVE_LIBXAR=" ]
extra_values += [ "HAVE_LIBXAR=0" ] # Must be 0.
}
if (llvm_enable_libxml2) {