MinGW progress.

This commit is contained in:
Bruno Silvestre 2015-08-28 16:13:44 -03:00
parent a89903535b
commit 3f751d786b
2 changed files with 3 additions and 4 deletions

View File

@ -2,8 +2,6 @@ LuaSec 0.6a
==========
Alpha version to address Lua 5.2 and 5.3 compatibility.
There are issues with MinGW already.
LuaSec 0.5
==========

View File

@ -1,5 +1,5 @@
package = "LuaSec"
version = "0.6alpha-1"
version = "0.6alpha-2"
source = {
url = "git://github.com/brunoos/luasec.git",
tag = "luasec-0.6a"
@ -74,7 +74,8 @@ build = {
modules = {
ssl = {
defines = {
"WIN32", "NDEBUG", "_WINDOWS", "_USRDLL", "LSEC_EXPORTS", "BUFFER_DEBUG", "LSEC_API=__declspec(dllexport)"
"WIN32", "NDEBUG", "_WINDOWS", "_USRDLL", "LSEC_EXPORTS", "BUFFER_DEBUG", "LSEC_API=__declspec(dllexport)",
"LUASEC_INET_NTOP", "WINVER=0x0501", "_WIN32_WINNT=0x0501", "NTDDI_VERSION=0x05010300"
},
libdirs = {
"$(OPENSSL_LIBDIR)",