diff options
Diffstat (limited to 'internal/rosa')
| -rw-r--r-- | internal/rosa/rosa.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/rosa/rosa.go b/internal/rosa/rosa.go index 13519657..c6799407 100644 --- a/internal/rosa/rosa.go +++ b/internal/rosa/rosa.go @@ -215,14 +215,14 @@ ln -vs ../usr/bin /work/bin case toolchainIntermediate, Std: boot := t - 1 musl, compilerRT, runtimes, clang := boot.NewLLVM() - support = slices.Concat([]pkg.Artifact{ + support = slices.Concat(extra, []pkg.Artifact{ cureEtc{newIANAEtc()}, musl, compilerRT, runtimes, clang, boot.NewBusybox(), - }, extra) + }) env = fixupEnviron(env, []string{ EnvTriplet + "=" + triplet(), lcMessages, |
