aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/fuse.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rosa/fuse.go')
-rw-r--r--internal/rosa/fuse.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rosa/fuse.go b/internal/rosa/fuse.go
index c04e8de6..ee8ab579 100644
--- a/internal/rosa/fuse.go
+++ b/internal/rosa/fuse.go
@@ -13,7 +13,7 @@ func (t Toolchain) newFuse() (pkg.Artifact, string) {
mustDecode(checksum),
pkg.TarGzip,
), nil, &MesonHelper{
- Setup: [][2]string{
+ Setup: []KV{
{"Ddefault_library", "both"},
{"Dtests", "true"},
{"Duseroot", "false"},