Skip to content

Commit 1fdf00f

Browse files
author
chad-iris
committed
Fix LDFLAGS example for e.g. MinGW
1 parent 2103169 commit 1fdf00f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ LDLIBS = -lslink -lezxml
1212

1313
# For Windows w/ Unix-like build environments uncomment the following line
1414
# This is needed for MinGW but not for Cygwin
15-
#LDLIBS = -lslink -lws2_32
15+
#LDLIBS = -lslink -lezxml -lws2_32
1616

1717
# For SunOS/Solaris uncomment the following line
1818
#LDLIBS = -lslink -lezxml -lsocket -lnsl -lrt

0 commit comments

Comments
 (0)