From d6b55c220c534a9aabf43349628bcde7abfe231d Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 23 Sep 2024 14:50:16 +0200 Subject: [PATCH] fix the display of the error --- debian/rules | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 47eb3d2a..02b2486f 100755 --- a/debian/rules +++ b/debian/rules @@ -379,10 +379,13 @@ ifneq (,$(filter libllvmlibc-$(LLVM_VERSION)-dev, $(packages))) RUNTIMES += ;libc else LLVM_LIBC_ENABLE=no - $(info LLVM libc disabled for $(DISTRO)) endif endif +ifneq ($(LLVM_LIBC_ENABLE),no) + $(info LLVM libc disabled for $(DISTRO)) +endif + ifneq (,$(filter $(DEB_HOST_ARCH), $(FLANG_ARCHS))) PROJECTS += ;flang endif