From 3b02323e6fa69201203ac62e4524013f91ddb17d Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Mon, 16 Sep 2024 23:37:02 -0500 Subject: Export libressl --- init | 7 +++++++ meta.lua | 5 +++++ 2 files changed, 12 insertions(+) diff --git a/init b/init index 9e71dd4..77716c8 100755 --- a/init +++ b/init @@ -7,3 +7,10 @@ cd portable ./autogen.sh CC=gcc ./configure --host=x86_64-w64-mingw32 make +cp tls/.libs/libtls.a /root +cp ssl/.libs/libbs.a /root +cp ssl/.libs/libssl.a /root +cp crypto/.libs/libcompat.a /root +cp crypto/.libs/libcompatnoopt.a /root +cp crypto/.libs/libcrypto.a /root + 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"] = { }, produces = { ["libssl.a"] = true, + ["libtls.a"] = true, + ["libbs.a"] = true, + ["libcompat.a"] = true, + ["libcompatnoopt.a"] = true, + ["libcrypto.a"] = true, }, timeout = 600, --Jeez this takes forever } -- cgit v1.2.3-55-g6feb