aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/libev.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rosa/libev.go')
-rw-r--r--internal/rosa/libev.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/internal/rosa/libev.go b/internal/rosa/libev.go
index 2d661bc9..6015382a 100644
--- a/internal/rosa/libev.go
+++ b/internal/rosa/libev.go
@@ -14,9 +14,7 @@ func (t Toolchain) newLibev() (pkg.Artifact, string) {
), nil, (*MakeHelper)(nil)), version
}
func init() {
- native.MustRegister(&Artifact{
- f: Toolchain.newLibev,
-
+ native.mustRegister(Toolchain.newLibev, &Metadata{
Name: "libev",
Description: "a full-featured and high-performance event loop",
Website: "http://libev.schmorp.de/",