From 5ccf04cb4213c46b2a12e3cc32ffe921c751f709 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 7 Oct 2022 09:22:52 +0200 Subject: [PATCH] remove the llvm spir check --- debian/rules | 5 ----- 1 file changed, 5 deletions(-) diff --git a/debian/rules b/debian/rules index 46f28cca..79cdeb99 100755 --- a/debian/rules +++ b/debian/rules @@ -467,11 +467,6 @@ preconfigure: exit 1; \ fi - if test "$(DISTRO)" = "bookworm" -a "$(LLVM_SPIRV_INSTALLED)" = "no"; then \ - echo "llvm spriv isn't detected while it should probably for this distro"; \ - exit 1; \ - fi - @echo "DEB_HOST_MULTIARCH=$(DEB_HOST_MULTIARCH)" @echo "DEB_HOST_GNU_TYPE=$(DEB_HOST_GNU_TYPE)" @echo "DEB_HOST_ARCH_BITS=$(DEB_HOST_ARCH_BITS)"