add a check for llvm spir

This commit is contained in:
Sylvestre Ledru 2022-08-31 12:18:49 +02:00
parent 20b0700d71
commit 4ad52e9ea9

5
debian/rules vendored
View File

@ -465,6 +465,11 @@ 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)"