chiark
/
gitweb
/
~mdw
/
termux-packages
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cefc1a4
)
libunwind: Also clean up headers
author
Fredrik Fornwall
<fredrik@fornwall.net>
Mon, 11 Sep 2017 17:47:37 +0000
(19:47 +0200)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Mon, 11 Sep 2017 17:47:37 +0000
(19:47 +0200)
Fixes building ldc after libunwind
packages/libunwind/build.sh
patch
|
blob
|
blame
|
history
diff --git
a/packages/libunwind/build.sh
b/packages/libunwind/build.sh
index 779e41cc8acad90bca71804e9402f81b972251e3..01872e44f32059c1515756b70a20abd6fbef2e1c 100644
(file)
--- a/
packages/libunwind/build.sh
+++ b/
packages/libunwind/build.sh
@@
-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}
}