mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-27 16:41:59 +00:00
fix the check
This commit is contained in:
parent
43c7b3b296
commit
ff67b05869
2
debian/rules
vendored
2
debian/rules
vendored
@ -580,7 +580,7 @@ preconfigure:
|
|||||||
# llvm-spirv was found, so we can enable *.spv files. Debian
|
# llvm-spirv was found, so we can enable *.spv files. Debian
|
||||||
# buster and Ubuntu 18.04 don't have llvm-spirv to create the
|
# buster and Ubuntu 18.04 don't have llvm-spirv to create the
|
||||||
# *.spv files.
|
# *.spv files.
|
||||||
if test "$(LLVM_SPIRV_INSTALLED)" = "no"; then \
|
if test "$(LLVM_SPIRV_INSTALLED)" = "yes"; then \
|
||||||
sed -i -e "s|#spv\ ||g" debian/libclc-$(LLVM_VERSION).install; \
|
sed -i -e "s|#spv\ ||g" debian/libclc-$(LLVM_VERSION).install; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user