Skip to content

Commit 8659d51

Browse files
committed
gcc4.mk: link to the zlib library (libz.so)
1 parent 98a2ee0 commit 8659d51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcc4.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ OBJS := \
1414
DEFINES := -DKS_STR_ENCODING_ICONV -DKS_ZLIB -DGTEST_NANO
1515

1616
LDFLAGS :=
17-
LDLIBS :=
17+
LDLIBS := -lz
1818

1919
INCLUDES := -I.
2020

0 commit comments

Comments
 (0)