X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/38fb608d79b98a2ecbbc8b07b80046542b91dd8d..2b3a5954e9e757261cbba4e2dd387c2e19ee07c5:/packages/libunwind/build.sh diff --git a/packages/libunwind/build.sh b/packages/libunwind/build.sh index 68b1f2bf..67b9a861 100644 --- a/packages/libunwind/build.sh +++ b/packages/libunwind/build.sh @@ -11,3 +11,9 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-tests --disable-coredump" termux_step_post_extract_package() { NOCONFIGURE=1 ./autogen.sh } + +termux_step_post_massage() { + # Hack to fix problem with building arm c++ code + # which should not use this libunwind: + rm $TERMUX_PREFIX/lib/libunwind* +}