Browse Source

libunwind: Remove after building

When building arm c++ code we do not want this libunwind to be used.
android-5
Fredrik Fornwall 8 years ago
parent
commit
cad8832e4c
  1. 6
      packages/libunwind/build.sh

6
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*
}

Loading…
Cancel
Save