fix the display of the error

This commit is contained in:
Sylvestre Ledru 2024-09-23 14:50:16 +02:00
parent d7ecbb69b3
commit d6b55c220c

5
debian/rules vendored
View File

@ -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