internal/rosa: add zlib runtime dependency

For transitioning to dynamically linking zlib.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-03-08 02:36:09 +09:00
parent d1423d980d
commit 8c64812b34
6 changed files with 8 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ func (t Toolchain) newLibxslt() (pkg.Artifact, string) {
SkipCheck: true,
},
XZ,
Zlib,
Python,
PkgConfig,