libunwind: Also clean up headers
authorFredrik Fornwall <fredrik@fornwall.net>
Mon, 11 Sep 2017 17:47:37 +0000 (19:47 +0200)
committerFredrik Fornwall <fredrik@fornwall.net>
Mon, 11 Sep 2017 17:47:37 +0000 (19:47 +0200)
Fixes building ldc after libunwind

packages/libunwind/build.sh

index 779e41c..01872e4 100644 (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}
 }