From 03fab5d8e923dec56649a74ad1d6c544c0c8deb2 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Mon, 11 Sep 2017 19:47:37 +0200 Subject: [PATCH] libunwind: Also clean up headers Fixes building ldc after libunwind --- packages/libunwind/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/libunwind/build.sh b/packages/libunwind/build.sh index 779e41cc8..01872e44f 100644 --- a/packages/libunwind/build.sh +++ b/packages/libunwind/build.sh @@ -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} }