added bindir to lib section, as mingw links against dll's to be found in bindir

This commit is contained in:
Thijs Schreijer 2015-03-02 13:25:49 +01:00
parent a334f11abf
commit 9183cb724f

View File

@ -78,6 +78,7 @@ build = {
},
libdirs = {
"$(OPENSSL_LIBDIR)",
"$(OPENSSL_BINDIR)",
},
libraries = {
"libeay32", "ssleay32", "ws2_32"