Skip to content

Commit 116ab3b

Browse files
committed
fixed libz linking order in Makefile
1 parent bff9d80 commit 116ab3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ BASEFLAGS := -Wall -Wextra ${SEARCHDIRS} $(MARCH) -D_FILE_OFFSET_BITS=64 \
5050

5151
LINKER := g++
5252

53-
LIBS := -lz -lbam
53+
LIBS := -lbam -lz
5454

5555
# Non-windows systems need pthread
5656
ifndef WINDOWS

0 commit comments

Comments
 (0)