commit be0f2c397e37e4c59132931c4b3d522a9ed493ff parent 0cc7e55a0b1f416fcac5ee581436aa131548c2b9 Author: sin <sin@2f30.org> Date: Thu, 25 Apr 2019 14:03:12 +0100 Drop -llz4 from LDLIBS Diffstat:
M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -30,7 +30,7 @@ DPACKOBJ = $(COMMOBJ) dup-pack.o DUNPACKOBJ = $(COMMOBJ) dup-unpack.o CPPFLAGS = -D_FILE_OFFSET_BITS=64 -LDLIBS = -llz4 -lsnappy +LDLIBS = -lsnappy all: $(BIN)