fix the libclc test

This commit is contained in:
Sylvestre Ledru 2022-04-16 00:17:01 +02:00
parent 19b9e1fba4
commit 3708ae3642

2
debian/rules vendored
View File

@ -472,7 +472,7 @@ preconfigure:
# Conditionally enable *.spv files. Debian buster and Ubuntu 18.04
# don't have llvm-spirv to create the *.spv files.
if test "$(LLVM_SPIRV_INSTALLED)" = "yes"; then \
if test "$(LLVM_SPIRV_INSTALLED)" = "no"; then \
echo "" > debian/libclc-$(LLVM_VERSION).install; \
echo "" > debian/libclc-$(LLVM_VERSION)-dev.install; \
fi