use winsock 2

master
Thijs Schreijer 2015-03-02 11:21:48 +01:00
parent 0c58a8f9b8
commit 474b105087
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ build = {
"$(OPENSSL_LIBDIR)",
},
libraries = {
"ssl", "crypto", "wsock32",
"ssl", "crypto", "ws2_32",
},
incdirs = {
"$(OPENSSL_INCDIR)", "src/", "src/luasocket"