mirror of
https://github.com/brunoos/luasec.git
synced 2024-12-26 20:48:22 +01:00
use winsock 2
This commit is contained in:
parent
0c58a8f9b8
commit
474b105087
@ -71,7 +71,7 @@ build = {
|
|||||||
"$(OPENSSL_LIBDIR)",
|
"$(OPENSSL_LIBDIR)",
|
||||||
},
|
},
|
||||||
libraries = {
|
libraries = {
|
||||||
"ssl", "crypto", "wsock32",
|
"ssl", "crypto", "ws2_32",
|
||||||
},
|
},
|
||||||
incdirs = {
|
incdirs = {
|
||||||
"$(OPENSSL_INCDIR)", "src/", "src/luasocket"
|
"$(OPENSSL_INCDIR)", "src/", "src/luasocket"
|
||||||
|
Loading…
Reference in New Issue
Block a user