From 2e76522ab3f8835c6973f855f2e4b948b5c1b8bf Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Mon, 16 Sep 2024 15:52:28 -0500 Subject: Use the meta image to build libressl --- meta.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta.lua b/meta.lua index 281d487..2ef9561 100644 --- a/meta.lua +++ b/meta.lua @@ -8,7 +8,7 @@ builds["libressl-meta"] = { export=true, } builds["libressl-mingw64"] = { - image="image-mingw64", + image="libressl-meta", requires = { {"git", "portable"}, }, -- cgit v1.2.3-55-g6feb