mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-11-01 12:33:45 +00:00
fix the libclc test
This commit is contained in:
parent
19b9e1fba4
commit
3708ae3642
2
debian/rules
vendored
2
debian/rules
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user