internal/rosa/gnu: libtool artifact

Required when generating autotools build systems.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-02-02 19:50:20 +09:00
parent 9f98d12ad8
commit 3226dc44dc
2 changed files with 22 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ const (
Libexpat
Libffi
Libgd
Libtool
Libseccomp
Libxml2
M4
@@ -119,6 +120,7 @@ func ResolveName(name string) (p PArtifact, ok bool) {
"libxml2": Libxml2,
"libffi": Libffi,
"libgd": Libgd,
"libtool": Libtool,
"m4": M4,
"make": Make,
"meson": Meson,