mirror of
https://github.com/brunoos/luasec.git
synced 2025-07-23 17:29:57 +02:00
added bindir to lib section, as mingw links against dll's to be found in bindir
This commit is contained in:
@ -78,6 +78,7 @@ build = {
|
||||
},
|
||||
libdirs = {
|
||||
"$(OPENSSL_LIBDIR)",
|
||||
"$(OPENSSL_BINDIR)",
|
||||
},
|
||||
libraries = {
|
||||
"libeay32", "ssleay32", "ws2_32"
|
||||
|
Reference in New Issue
Block a user