aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/elfutils.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rosa/elfutils.go')
-rw-r--r--internal/rosa/elfutils.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/internal/rosa/elfutils.go b/internal/rosa/elfutils.go
index bb969151..5f0987ac 100644
--- a/internal/rosa/elfutils.go
+++ b/internal/rosa/elfutils.go
@@ -39,9 +39,7 @@ func (t Toolchain) newElfutils() (pkg.Artifact, string) {
), version
}
func init() {
- native.MustRegister(&Artifact{
- f: Toolchain.newElfutils,
-
+ native.mustRegister(Toolchain.newElfutils, &Metadata{
Name: "elfutils",
Description: "utilities and libraries to handle ELF files and DWARF data",
Website: "https://sourceware.org/elfutils/",