diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-02-20 21:19:34 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-02-20 21:19:34 +0900 |
| commit | 16b20e1d3405793124d633f80e8a21b01063b7f6 (patch) | |
| tree | b7fc8ec6d3b4b2f3271598f942b11f9609c54650 /internal/rosa/all.go | |
| parent | b983917a6ef8c054347029c9f215f93ff8bd6214 (diff) | |
internal/rosa: argp-standalone artifact
Nonstandard glibc extension used by elfutils.
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 21989945..e4005226 100644 --- a/internal/rosa/all.go +++ b/internal/rosa/all.go @@ -11,6 +11,7 @@ type PArtifact int const ( ACL PArtifact = iota + ArgpStandalone Attr Autoconf Automake @@ -126,6 +127,7 @@ func (t Toolchain) Load(p PArtifact) pkg.Artifact { func ResolveName(name string) (p PArtifact, ok bool) { p, ok = map[string]PArtifact{ "acl": ACL, + "argp-standalone": ArgpStandalone, "attr": Attr, "autoconf": Autoconf, "automake": Automake, |
