We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bff9d80 commit 116ab3bCopy full SHA for 116ab3b
1 file changed
Makefile
@@ -50,7 +50,7 @@ BASEFLAGS := -Wall -Wextra ${SEARCHDIRS} $(MARCH) -D_FILE_OFFSET_BITS=64 \
50
51
LINKER := g++
52
53
-LIBS := -lz -lbam
+LIBS := -lbam -lz
54
55
# Non-windows systems need pthread
56
ifndef WINDOWS
0 commit comments