aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/pcre2.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rosa/pcre2.go')
-rw-r--r--internal/rosa/pcre2.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/internal/rosa/pcre2.go b/internal/rosa/pcre2.go
index 65de62d2..c2c41ac8 100644
--- a/internal/rosa/pcre2.go
+++ b/internal/rosa/pcre2.go
@@ -32,9 +32,7 @@ ln -s ../system/bin/toybox /bin/echo
), version
}
func init() {
- native.MustRegister(&Artifact{
- f: Toolchain.newPCRE2,
-
+ native.mustRegister(Toolchain.newPCRE2, &Metadata{
Name: "pcre2",
Description: "a set of C functions that implement regular expression pattern matching",
Website: "https://pcre2project.github.io/pcre2/",