Skip to content

Commit

Permalink
sys-libs/llvm-libunwind: Install headers, req for #596340
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Oct 6, 2016
1 parent a654253 commit a499a22
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
7 changes: 7 additions & 0 deletions sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit a499a22

Please sign in to comment.