aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile
index 5a9ba97..522d378 100755
--- a/src/makefile
+++ b/src/makefile
@@ -212,7 +212,7 @@ SOCKET_solaris=usocket.o
212SO_mingw=dll 212SO_mingw=dll
213O_mingw=o 213O_mingw=o
214CC_mingw=gcc 214CC_mingw=gcc
215DEF_mingw= -DLUASOCKET_INET_PTON -DLUASOCKET_$(DEBUG) \ 215DEF_mingw= -DLUASOCKET_$(DEBUG) \
216 -DWINVER=0x0501 216 -DWINVER=0x0501
217CFLAGS_mingw=$(LUAINC:%=-I%) $(DEF) -Wall -O2 -fno-common 217CFLAGS_mingw=$(LUAINC:%=-I%) $(DEF) -Wall -O2 -fno-common
218LDFLAGS_mingw= $(LUALIB) -shared -Wl,-s -lws2_32 -o 218LDFLAGS_mingw= $(LUALIB) -shared -Wl,-s -lws2_32 -o