summaryrefslogtreecommitdiff
path: root/meta.lua
diff options
context:
space:
mode:
Diffstat (limited to 'meta.lua')
-rw-r--r--meta.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta.lua b/meta.lua
index 5981866..171926f 100644
--- a/meta.lua
+++ b/meta.lua
@@ -14,6 +14,11 @@ builds["libressl-mingw64"] = {
14 }, 14 },
15 produces = { 15 produces = {
16 ["libssl.a"] = true, 16 ["libssl.a"] = true,
17 ["libtls.a"] = true,
18 ["libbs.a"] = true,
19 ["libcompat.a"] = true,
20 ["libcompatnoopt.a"] = true,
21 ["libcrypto.a"] = true,
17 }, 22 },
18 timeout = 600, --Jeez this takes forever 23 timeout = 600, --Jeez this takes forever
19} 24}