nodejs-current: fix hardcoded paths
[termux-packages] / 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}
 }