mirror of
https://github.com/brunoos/luasec.git
synced 2024-12-27 04:58:20 +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.
|
Alpha version to address Lua 5.2 and 5.3 compatibility.
|
||||||
|
|
||||||
There are issues with MinGW already.
|
|
||||||
|
|
||||||
LuaSec 0.5
|
LuaSec 0.5
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
package = "LuaSec"
|
package = "LuaSec"
|
||||||
version = "0.6alpha-1"
|
version = "0.6alpha-2"
|
||||||
source = {
|
source = {
|
||||||
url = "git://github.com/brunoos/luasec.git",
|
url = "git://github.com/brunoos/luasec.git",
|
||||||
tag = "luasec-0.6a"
|
tag = "luasec-0.6a"
|
||||||
@ -74,7 +74,8 @@ build = {
|
|||||||
modules = {
|
modules = {
|
||||||
ssl = {
|
ssl = {
|
||||||
defines = {
|
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 = {
|
libdirs = {
|
||||||
"$(OPENSSL_LIBDIR)",
|
"$(OPENSSL_LIBDIR)",
|
Loading…
Reference in New Issue
Block a user