diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-01-21 05:28:41 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-01-21 05:28:41 +0900 |
| commit | 8e59ff98b5aa1637ed4f47d283b9d7844d0a1b06 (patch) | |
| tree | 4d6f961754cb2f1c86a59735aa5c20ab0871dab2 /internal/rosa/rosa.go | |
| parent | f06d7fd387d5b3b3e03f1795e5e3538067462419 (diff) | |
internal/rosa: include iana-etc
This is used by some programs and will likely end up in the Rosa OS system image anyway.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/rosa.go')
| -rw-r--r-- | internal/rosa/rosa.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rosa/rosa.go b/internal/rosa/rosa.go index 6c4d585d..13519657 100644 --- a/internal/rosa/rosa.go +++ b/internal/rosa/rosa.go @@ -216,7 +216,7 @@ ln -vs ../usr/bin /work/bin boot := t - 1 musl, compilerRT, runtimes, clang := boot.NewLLVM() support = slices.Concat([]pkg.Artifact{ - cureEtc{}, + cureEtc{newIANAEtc()}, musl, compilerRT, runtimes, |
