mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 13:28:35 +00:00
don't install libc++ & libc++abi, it is now done as part of the regular process
This commit is contained in:
parent
7019e4bdb0
commit
9f1c643bb0
2
debian/rules
vendored
2
debian/rules
vendored
@ -661,8 +661,6 @@ endif
|
||||
rm -rf $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/build/utils/lit/lit/__pycache__/ \
|
||||
$(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/build/utils/lit/lit/*/__pycache__/
|
||||
|
||||
DESTDIR=$(DEB_INST) ninja -C libcxxabi/build install $(VERBOSE)
|
||||
DESTDIR=$(DEB_INST) ninja -C libcxx/build install $(VERBOSE)
|
||||
DESTDIR=$(DEB_INST) ninja -C libclc/build install $(VERBOSE)
|
||||
|
||||
# Rename binaries
|
||||
|
Loading…
Reference in New Issue
Block a user