libunwind: Also clean up headers

Fixes building ldc after libunwind
This commit is contained in:
Fredrik Fornwall 2017-09-11 19:47:37 +02:00
parent bfe92f9991
commit 03fab5d8e9
1 changed files with 1 additions and 0 deletions

View File

@ -20,4 +20,5 @@ termux_step_post_massage() {
# Hack to fix problem with building arm c++ code
# which should not use this libunwind:
rm $TERMUX_PREFIX/lib/libunwind*
rm $TERMUX_PREFIX/include/{unwind.h,libunwind*.h}
}