aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lzma-old/patches/110-ranlib.patch
blob: 813b4137f1c62d1cf7e8b9b433c210df993025d3 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/C/7zip/Compress/LZMA_Lib/makefile
+++ b/C/7zip/Compress/LZMA_Lib/makefile
@@ -29,6 +29,7 @@ all: $(PROG)
 
 $(PROG): $(OBJS)
 	$(AR) r $(PROG) $(OBJS)
+	ranlib $(PROG)
 
 ZLib.o: ZLib.cpp
 	$(CXX) $(CFLAGS) ZLib.cpp