aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/libgd.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rosa/libgd.go')
-rw-r--r--internal/rosa/libgd.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/internal/rosa/libgd.go b/internal/rosa/libgd.go
index 575a7582..98ce0083 100644
--- a/internal/rosa/libgd.go
+++ b/internal/rosa/libgd.go
@@ -24,9 +24,7 @@ mkdir /dev/shm/gd
), version
}
func init() {
- native.MustRegister(&Artifact{
- f: Toolchain.newLibgd,
-
+ native.mustRegister(Toolchain.newLibgd, &Metadata{
Name: "libgd",
Description: "an open source code library for the dynamic creation of images",
Website: "https://libgd.github.io/",