cmd/mbf: use standalone musl in container

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-02-28 23:12:13 +09:00
parent b4e82e68a7
commit 5694e528e6

View File

@@ -284,8 +284,7 @@ func main() {
musl, compilerRT, runtimes, clang := rosa.Std.NewLLVM()
root = append(root, musl, compilerRT, runtimes, clang)
} else {
musl, _, _, _ := (rosa.Std - 1).NewLLVM()
root = append(root, musl)
root = append(root, rosa.Std.Load(rosa.Musl))
}
root = append(root,
rosa.Std.Load(rosa.Mksh),