mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-14 07:53:42 +00:00
Merge branch 'links' into '13'
Add symlink from /usr/include/c++/v1 -> /usr/lib/llvm-N/include/c++/v1 See merge request pkg-llvm-team/llvm-toolchain!95
This commit is contained in:
commit
42569b7106
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
llvm-toolchain-13 (1:13.0.1-8) UNRELEASED; urgency=medium
|
||||
|
||||
* Add conventional symlink to libc++ headers in /usr/include/c++/v1
|
||||
|
||||
-- Sam McCall <sam.mccall@gmail.com> Fri, 22 Jul 2022 14:11:46 +0200
|
||||
|
||||
llvm-toolchain-13 (1:13.0.1-7) UNRELEASED; urgency=medium
|
||||
|
||||
* Add support for systemd-binfmt (Closes: #1012367)
|
||||
|
1
debian/libc++-X.Y-dev.links.in
vendored
1
debian/libc++-X.Y-dev.links.in
vendored
@ -1,2 +1,3 @@
|
||||
usr/lib/llvm-@LLVM_VERSION@/lib/libc++.so /usr/lib/x86_64-linux-gnu/libc++.so
|
||||
usr/lib/llvm-@LLVM_VERSION@/lib/libc++.a /usr/lib/x86_64-linux-gnu/libc++.a
|
||||
usr/lib/llvm-@LLVM_VERSION@/include/c++/v1 /usr/include/c++/v1
|
||||
|
Loading…
Reference in New Issue
Block a user