You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
234 B
12 lines
234 B
7 years ago
|
--- a/C/7zip/Compress/LZMA_Lib/makefile
|
||
|
+++ b/C/7zip/Compress/LZMA_Lib/makefile
|
||
|
@@ -2,7 +2,7 @@ PROG = liblzma.a
|
||
|
CXX = g++ -O3 -Wall
|
||
|
AR = ar
|
||
|
RM = rm -f
|
||
|
-CFLAGS = -c -I ../../../
|
||
|
+CFLAGS += -c -I ../../../
|
||
|
|
||
|
OBJS = \
|
||
|
ZLib.o \
|