mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-24 20:20:20 +00:00
add a comment
This commit is contained in:
parent
14ff0d8337
commit
5f674308c6
3
debian/rules
vendored
3
debian/rules
vendored
@ -514,7 +514,8 @@ endif
|
||||
|
||||
$(MAKE) -C libcxxabi/build install DESTDIR=$(DEB_INST)
|
||||
$(MAKE) -C libcxx/build install DESTDIR=$(DEB_INST)
|
||||
|
||||
|
||||
# hack to make them co installable
|
||||
cd debian/tmp/usr/lib/llvm-$(LLVM_VERSION)/lib/ && mv libc++.so.1.0 libc++-$(LLVM_VERSION).so.1.0; \
|
||||
mv libc++.so libc++-$(LLVM_VERSION).so; \
|
||||
mv libc++.a libc++-$(LLVM_VERSION).a; \
|
||||
|
Loading…
Reference in New Issue
Block a user