From 6a524fb1d28546d059d6a3f2e7c0450d69dbf80b Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Fri, 26 May 2023 11:05:57 -0400 Subject: [PATCH] [gn] attempt to port fe2f0ab37c33 --- llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn b/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn index 75dad57..31017be 100644 --- a/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn +++ b/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn @@ -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" ] } } -- 2.7.4