mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-11-03 12:59:19 +00:00
improve the deactivation of libclc
This commit is contained in:
parent
a2aac98d17
commit
19592db95b
3
debian/rules
vendored
3
debian/rules
vendored
@ -473,7 +473,8 @@ 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 \
|
||||
sed -i -e "s|#spv\ ||g" debian/libclc-$(LLVM_VERSION).install; \
|
||||
echo "" > debian/libclc-$(LLVM_VERSION).install; \
|
||||
echo "" > debian/libclc-$(LLVM_VERSION)-dev.install; \
|
||||
fi
|
||||
if test "$(DISTRO)" = "stretch"; then \
|
||||
echo "" > debian/python3-lldb-$(LLVM_VERSION).install; \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user