From d6c406bdc9e0bde2e4b86e03db266c6ba7b9bea5 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 20 Aug 2022 13:42:22 +0200 Subject: [PATCH] rename the variable for something more explicit --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index d5380491..ef883cc0 100755 --- a/debian/rules +++ b/debian/rules @@ -106,7 +106,7 @@ ifneq (,$(filter $(DISTRO),stretch)) # GCC_VERSION := 7 # Don't enable lld python for old distros STAGE_ALL_CMAKE_EXTRA += -DLLDB_ENABLE_PYTHON=OFF - USE_CLANG = yes + USE_CLANG_PACKAGE_TO_BUILD_ITSELF = yes endif Z3_FLAG = -DLLVM_ENABLE_Z3_SOLVER=OFF @@ -139,7 +139,7 @@ endif endif endif -ifeq ($(USE_CLANG),yes) +ifeq ($(USE_CLANG_PACKAGE_TO_BUILD_ITSELF),yes) # For Debian stretch, gcc isn't available, let's use clang # itself to build itself. export CC=clang-14