summaryrefslogtreecommitdiff
path: root/meta.lua
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-11-04 12:03:20 -0600
committerAlexander M Pickering <alex@cogarr.net>2024-11-04 12:03:20 -0600
commit36ee180604b4775ebc91fe77078e218d4be1cfbe (patch)
tree74d943a6ce99d52ccc6e7c9b195b2d1af96def83 /meta.lua
parent007188d3b68eb886e760bf8864b489a7fe81e339 (diff)
downloadportable-packaging-36ee180604b4775ebc91fe77078e218d4be1cfbe.tar.gz
portable-packaging-36ee180604b4775ebc91fe77078e218d4be1cfbe.tar.bz2
portable-packaging-36ee180604b4775ebc91fe77078e218d4be1cfbe.zip
Export openssl.exe
Diffstat (limited to '')
-rw-r--r--meta.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta.lua b/meta.lua
index 387e77b..596f0b0 100644
--- a/meta.lua
+++ b/meta.lua
@@ -33,6 +33,7 @@ for opti_k, opti_v, rel_k, rel_v, comp_k, comp_v in cartesian(optimizations, deb
33 ["libcompat.a"] = true, 33 ["libcompat.a"] = true,
34 ["libcompatnoopt.a"] = true, 34 ["libcompatnoopt.a"] = true,
35 ["libcrypto.a"] = true, 35 ["libcrypto.a"] = true,
36 ["openssl.exe"] = true,
36 }, 37 },
37 timeout = 600, --Jeez this takes forever 38 timeout = 600, --Jeez this takes forever
38 env = { 39 env = {