internal/rosa: export musl

This can be useful externally.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-02-28 22:49:54 +09:00
parent cefd02e960
commit d041fee791
2 changed files with 3 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ rmdir -v /work/lib
)...)
}
func init() {
artifactsF[musl] = func(t Toolchain) pkg.Artifact {
artifactsF[Musl] = func(t Toolchain) pkg.Artifact {
return t.newMusl(false, nil)
}
}