fix the syntax

This commit is contained in:
Sylvestre Ledru 2021-09-18 21:08:54 +02:00
parent 5f7be1a1b8
commit 35b25e9009

2
debian/rules vendored
View File

@ -129,7 +129,7 @@ else
control_vars = '-Vdep:devlibs=libstdc++6-$(GCC_VERSION)-dev'
endif
ifeq ($(shell type -p llvm-spirv),)
ifeq $(shell bash -c "type -p llvm-spirv"))
LLVM_SPIRV_INSTALLED = no
else
LLVM_SPIRV_INSTALLED = yes