mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-12-27 23:53:39 +00:00
On old Debian & Ubuntu, removing the files is necessary
This commit is contained in:
parent
004015a325
commit
21d3048d5f
2
debian/rules
vendored
2
debian/rules
vendored
@ -521,6 +521,8 @@ ifeq (${POLLY_ENABLE},yes)
|
||||
# only for arch:any builds
|
||||
ifneq (,$(filter libclang-common-$(LLVM_VERSION)-dev, $(shell dh_listpackages)))
|
||||
dh_install -p libclang-common-$(LLVM_VERSION)-dev usr/lib/llvm-$(LLVM_VERSION)/lib/cmake/polly/*.cmake usr/lib/llvm-$(LLVM_VERSION)/lib/cmake/polly
|
||||
# On old Debian & Ubuntu, removing the files is necessary
|
||||
rm debian/tmp/usr/lib/llvm-$(VERSION)/lib/cmake/polly/*.cmake
|
||||
else
|
||||
rm -rf $(CURDIR)/debian/tmp/usr/lib/llvm-$(LLVM_VERSION)/lib/cmake/polly/*.cmake
|
||||
endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user