From c0641e90c36f62d8b267ef72bbc56c8f6ee8bd82 Mon Sep 17 00:00:00 2001 From: Jarred Wilson Date: Wed, 25 Sep 2024 15:29:03 +0000 Subject: [PATCH] fix: update buildflags meson example --- docs/articles/en/built-in-modules.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/articles/en/built-in-modules.md b/docs/articles/en/built-in-modules.md index 44f7028..f39bb28 100644 --- a/docs/articles/en/built-in-modules.md +++ b/docs/articles/en/built-in-modules.md @@ -205,7 +205,8 @@ The following specific fields are available: ```yaml - name: example-meson-project type: meson - buildflags: "-Dfoo=bar" + buildflags: + - "-Dfoo=bar" source: url: "https://example.com/meson-project-source.tar.gz" type: tar