mirror of
https://github.com/brunoos/luasec.git
synced 2024-11-08 06:28:26 +01:00
added bindir to lib section, as mingw links against dll's to be found in bindir
This commit is contained in:
parent
a334f11abf
commit
9183cb724f
@ -78,6 +78,7 @@ build = {
|
||||
},
|
||||
libdirs = {
|
||||
"$(OPENSSL_LIBDIR)",
|
||||
"$(OPENSSL_BINDIR)",
|
||||
},
|
||||
libraries = {
|
||||
"libeay32", "ssleay32", "ws2_32"
|
||||
|
Loading…
Reference in New Issue
Block a user