diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-02-07 22:33:12 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-02-07 22:33:12 +0900 |
| commit | 1fc9c3200ffeae6ca287af4adb040f13608f09ee (patch) | |
| tree | 287585dd49e394e17b4c1419821154f91a5ed55b /internal/rosa/all.go | |
| parent | 096a25ad3a7229931aa57ec4186564c67806d0fe (diff) | |
internal/rosa: libucontext artifact
Required by GCC on musl.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/all.go')
| -rw-r--r-- | internal/rosa/all.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/rosa/all.go b/internal/rosa/all.go index 5aea5ee4..560d0405 100644 --- a/internal/rosa/all.go +++ b/internal/rosa/all.go @@ -41,6 +41,7 @@ const ( Libgd Libtool Libseccomp + Libucontext Libxml2 M4 MPC @@ -130,6 +131,7 @@ func ResolveName(name string) (p PArtifact, ok bool) { "libexpat": Libexpat, "libpsl": Libpsl, "libseccomp": Libseccomp, + "libucontext": Libucontext, "libxml2": Libxml2, "libffi": Libffi, "libgd": Libgd, |
