diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-09-16 15:52:28 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-09-16 15:52:28 -0500 |
commit | 2e76522ab3f8835c6973f855f2e4b948b5c1b8bf (patch) | |
tree | f374236539e041b095fd697bd256e2ad494b49d6 | |
parent | ad6d9540dde119d87cef9f1bb212c86fd4c93765 (diff) | |
download | portable-packaging-2e76522ab3f8835c6973f855f2e4b948b5c1b8bf.tar.gz portable-packaging-2e76522ab3f8835c6973f855f2e4b948b5c1b8bf.tar.bz2 portable-packaging-2e76522ab3f8835c6973f855f2e4b948b5c1b8bf.zip |
Use the meta image to build libressl
-rw-r--r-- | meta.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ builds["libressl-meta"] = { | |||
8 | export=true, | 8 | export=true, |
9 | } | 9 | } |
10 | builds["libressl-mingw64"] = { | 10 | builds["libressl-mingw64"] = { |
11 | image="image-mingw64", | 11 | image="libressl-meta", |
12 | requires = { | 12 | requires = { |
13 | {"git", "portable"}, | 13 | {"git", "portable"}, |
14 | }, | 14 | }, |