aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/meson.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rosa/meson.go')
-rw-r--r--internal/rosa/meson.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/internal/rosa/meson.go b/internal/rosa/meson.go
index 56c2abd8..8f56ba81 100644
--- a/internal/rosa/meson.go
+++ b/internal/rosa/meson.go
@@ -52,9 +52,7 @@ python3 ./run_project_tests.py \
), version
}
func init() {
- native.MustRegister(&Artifact{
- f: Toolchain.newMeson,
-
+ native.mustRegister(Toolchain.newMeson, &Metadata{
Name: "meson",
Description: "an open source build system",
Website: "https://mesonbuild.com/",