Skip to content

Commit

Permalink
fix: update buildflags meson example
Browse files Browse the repository at this point in the history
  • Loading branch information
jardon committed Sep 25, 2024
1 parent 30e4062 commit c0641e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/articles/en/built-in-modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c0641e9

Please sign in to comment.