Browse Source

libunwind: Also clean up headers

Fixes building ldc after libunwind
android-5
Fredrik Fornwall 7 years ago
parent
commit
a989340d91
  1. 1
      packages/libunwind/build.sh

1
packages/libunwind/build.sh

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

Loading…
Cancel
Save