mirror of
https://github.com/brunoos/luasec.git
synced 2024-11-08 06:28:26 +01:00
Updated (and renamed) rockspec Windows
Added several missing entries for the windows platform
This commit is contained in:
parent
3770f928d8
commit
0c58a8f9b8
@ -1,5 +1,5 @@
|
||||
package = "LuaSec"
|
||||
version = "0.5-2"
|
||||
version = "0.5-3"
|
||||
source = {
|
||||
url = "git://github.com/brunoos/luasec.git",
|
||||
tag = "luasec-0.5"
|
||||
@ -14,14 +14,10 @@ dependencies = {
|
||||
"lua >= 5.1", "luasocket"
|
||||
}
|
||||
external_dependencies = {
|
||||
platforms = {
|
||||
unix = {
|
||||
OPENSSL = {
|
||||
header = "openssl/ssl.h",
|
||||
library = "ssl"
|
||||
}
|
||||
}
|
||||
}
|
||||
OPENSSL = {
|
||||
header = "openssl/ssl.h",
|
||||
library = "ssl",
|
||||
},
|
||||
}
|
||||
build = {
|
||||
type = "builtin",
|
Loading…
Reference in New Issue
Block a user