diff options
Diffstat (limited to 'cmd/mbf')
| -rw-r--r-- | cmd/mbf/main.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cmd/mbf/main.go b/cmd/mbf/main.go index c65f7e7a..004097c7 100644 --- a/cmd/mbf/main.go +++ b/cmd/mbf/main.go @@ -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), |
