mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-27 09:50:53 +00:00
disable spv files too
This commit is contained in:
parent
056802f7cd
commit
43c7b3b296
6
debian/rules
vendored
6
debian/rules
vendored
@ -577,12 +577,12 @@ preconfigure:
|
|||||||
debian/llvm-$(LLVM_VERSION)-linker-tools.links \
|
debian/llvm-$(LLVM_VERSION)-linker-tools.links \
|
||||||
debian/libbolt-$(LLVM_VERSION)-dev.install
|
debian/libbolt-$(LLVM_VERSION)-dev.install
|
||||||
|
|
||||||
ifdef LLVM_SPIRV
|
|
||||||
# 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.
|
||||||
sed -i -e "s|#spv\ ||g" debian/libclc-$(LLVM_VERSION).install
|
if test "$(LLVM_SPIRV_INSTALLED)" = "no"; then \
|
||||||
endif
|
sed -i -e "s|#spv\ ||g" debian/libclc-$(LLVM_VERSION).install; \
|
||||||
|
fi
|
||||||
|
|
||||||
# disable libc++-X.Y-dev-wasm32.install.in on old distro
|
# disable libc++-X.Y-dev-wasm32.install.in on old distro
|
||||||
if test "$(LIBCXX_WASM_ENABLE)" = "no"; then \
|
if test "$(LIBCXX_WASM_ENABLE)" = "no"; then \
|
||||||
|
Loading…
Reference in New Issue
Block a user