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:
parent
d27dd156eb
commit
af14859209
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user