mirror of
https://github.com/brunoos/luasec.git
synced 2024-11-07 22:18:27 +01:00
MinGW progress.
This commit is contained in:
parent
a89903535b
commit
3f751d786b
@ -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
|
||||
==========
|
||||
|
||||
|
@ -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)",
|
Loading…
Reference in New Issue
Block a user