mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-libs/llvm-libunwind: Install headers, req for #596340
This commit is contained in:
@@ -42,3 +42,10 @@ multilib_src_configure() {
|
||||
|
||||
cmake-utils_src_configure
|
||||
}
|
||||
|
||||
multilib_src_install() {
|
||||
cmake-utils_src_install
|
||||
|
||||
# install headers like sys-libs/libunwind
|
||||
doheader "${S}"/include/*.h
|
||||
}
|
||||
@@ -35,3 +35,10 @@ multilib_src_configure() {
|
||||
|
||||
cmake-utils_src_configure
|
||||
}
|
||||
|
||||
multilib_src_install() {
|
||||
cmake-utils_src_install
|
||||
|
||||
# install headers like sys-libs/libunwind
|
||||
doheader "${S}"/include/*.h
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user