1
0
mirror of https://github.com/brunoos/luasec.git synced 2025-04-08 01:36:46 +02:00

use winsock 2

This commit is contained in:
Thijs Schreijer 2015-03-02 11:21:48 +01:00
parent 0c58a8f9b8
commit 474b105087

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