From 3708ae3642bd30042c0a950d1e9f977c0c11b158 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 16 Apr 2022 00:17:01 +0200 Subject: [PATCH] fix the libclc test --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 29653d6a..c8c19aaf 100755 --- a/debian/rules +++ b/debian/rules @@ -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