From 2dd2237b95054f6b43da1b9fab49b38e1f30ed27 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 18 Sep 2021 21:37:13 +0200 Subject: [PATCH] revert the type --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index a9b8869b..02400782 100755 --- a/debian/rules +++ b/debian/rules @@ -129,7 +129,7 @@ else control_vars = '-Vdep:devlibs=libstdc++6-$(GCC_VERSION)-dev' endif -ifeq ($(shell bash -c "type -p llvm-spirv")) +ifeq ($(shell which llvm-spirv),) LLVM_SPIRV_INSTALLED = no else LLVM_SPIRV_INSTALLED = yes