mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-23 02:15:00 +00:00
remove old way of doing symlink
This commit is contained in:
parent
f3da7b1122
commit
9b720e0ef9
5
debian/rules
vendored
5
debian/rules
vendored
@ -995,11 +995,6 @@ ifneq (,$(filter $(DEB_HOST_ARCH_OS),linux))
|
||||
endif
|
||||
endif
|
||||
|
||||
: # libclang
|
||||
cd debian/tmp/usr/lib/llvm-$(LLVM_VERSION)/lib/ && \
|
||||
ln -s libclang-$(LLVM_VERSION).so.$(FULL_LLVM_VERSION) libclang.so.$(SONAME_EXT) && \
|
||||
ln -s libclang-$(LLVM_VERSION).so.$(FULL_LLVM_VERSION) libclang-$(LLVM_VERSION).so.$(SONAME_EXT)
|
||||
|
||||
if test "$(LIBUNWIND_ENABLE)" = yes; then \
|
||||
mkdir -p debian/tmp/usr/include/libunwind; \
|
||||
cp -R libunwind/include/* debian/tmp/usr/include/libunwind/; \
|
||||
|
Loading…
Reference in New Issue
Block a user