diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/makefile | 2 |
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 | |||
212 | SO_mingw=dll | 212 | SO_mingw=dll |
213 | O_mingw=o | 213 | O_mingw=o |
214 | CC_mingw=gcc | 214 | CC_mingw=gcc |
215 | DEF_mingw= -DLUASOCKET_INET_PTON -DLUASOCKET_$(DEBUG) \ | 215 | DEF_mingw= -DLUASOCKET_$(DEBUG) \ |
216 | -DWINVER=0x0501 | 216 | -DWINVER=0x0501 |
217 | CFLAGS_mingw=$(LUAINC:%=-I%) $(DEF) -Wall -O2 -fno-common | 217 | CFLAGS_mingw=$(LUAINC:%=-I%) $(DEF) -Wall -O2 -fno-common |
218 | LDFLAGS_mingw= $(LUALIB) -shared -Wl,-s -lws2_32 -o | 218 | LDFLAGS_mingw= $(LUALIB) -shared -Wl,-s -lws2_32 -o |