mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-10-17 22:24:00 +00:00
fix the version check
This commit is contained in:
parent
265a70d7d0
commit
34a7ac73ed
2
debian/rules
vendored
2
debian/rules
vendored
@ -217,7 +217,7 @@ endif
|
||||
ifeq ($(shell command -v llvm-spirv),)
|
||||
LLVM_SPIRV_INSTALLED = no
|
||||
else
|
||||
ifeq ($(shell dpkg --compare-versions $(shell dpkg-query -W -f '$${Version}' llvm-spirv) ge 10.0.0 ; echo $$?),0)
|
||||
ifeq ($(shell dpkg --compare-versions $(shell dpkg-query -W -f '$${Version}' llvm-spirv) gt 10.0.0 ; echo $$?),0)
|
||||
# Too old llvm-spirv version are failing. See #52200
|
||||
LLVM_SPIRV_INSTALLED = yes
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user