Skip to content

Commit

Permalink
[gn build] (manually) port ca67510 better
Browse files Browse the repository at this point in the history
  • Loading branch information
nico committed Apr 16, 2021
1 parent be0ffbb commit bc636c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/utils/gn/secondary/lld/test/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit bc636c1

Please sign in to comment.