mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-12 00:10:52 +00:00
13 lines
255 B
Diff
13 lines
255 B
Diff
diff --git a/GNUmakefile b/GNUmakefile
|
|
index 160b044f..fcbc2cd1 100644
|
|
--- a/GNUmakefile
|
|
+++ b/GNUmakefile
|
|
@@ -257,7 +257,7 @@ libol.so:
|
|
# real name of
|
|
olvm: vm
|
|
cp $< $@
|
|
- strip $@
|
|
+ llvm-strip $@
|
|
#strip $@ -R .eh_frame
|
|
#strip $@ -R .eh_frame_hdr
|