sys-libs/llvm-libunwind: Install headers, req for #596340

This commit is contained in:
Michał Górny
2016-10-06 14:40:11 +02:00
parent a654253109
commit a499a225bb
2 changed files with 14 additions and 0 deletions

View File

@@ -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
}

View File

@@ -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
}