mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-10-17 16:16:25 +00:00
stretch: disable the lldb python binding for real
This commit is contained in:
parent
f3b27327e5
commit
2d3a64db79
3
debian/rules
vendored
3
debian/rules
vendored
@ -457,6 +457,9 @@ preconfigure:
|
||||
if test "$(LLVM_SPIRV_INSTALLED)" = "yes"; then \
|
||||
sed -i -e "s|#spv\ ||g" debian/libclc-$(LLVM_VERSION).install; \
|
||||
fi
|
||||
if test "$(DISTRO)" = "stretch"; then \
|
||||
echo "" > debian/python3-lldb-$(LLVM_VERSION).install; \
|
||||
fi
|
||||
|
||||
# Override this two targets. They are trying to manage the .in conversion for me
|
||||
override_dh_ocamlinit:
|
||||
|
Loading…
Reference in New Issue
Block a user