mirror of
https://github.com/brunoos/luasec.git
synced 2024-11-08 06:28:26 +01:00
use winsock 2
This commit is contained in:
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"
|
||||
|
Loading…
Reference in New Issue
Block a user