Skip to content

Commit

Permalink
[gn] attempt to port fe2f0ab
Browse files Browse the repository at this point in the history
  • Loading branch information
nico committed May 26, 2023
1 parent ca18e21 commit 6a524fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ write_cmake_config("lit_common_configured") {
}

if (llvm_enable_zlib) {
values += [ "LLVM_ENABLE_ZLIB=1" ]
values += [ "ZLIB_FOUND_PYBOOL=1" ]
} else {
values += [ "LLVM_ENABLE_ZLIB=0" ]
values += [ "ZLIB_FOUND_PYBOOL=0" ]
}
}

0 comments on commit 6a524fb

Please sign in to comment.