summaryrefslogtreecommitdiff
path: root/docs/markdown/Rust-module.md
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2025-09-03 14:39:30 +0400
committerDylan Baker <dylan@pnwbakers.com>2025-10-08 10:54:52 -0700
commit38d3a1d894a57ac6571f0e76c69a22a0f92212bb (patch)
treeed1275e7451429cd228e3c35d9f9301d968c96d9 /docs/markdown/Rust-module.md
parentebd25b48e09544a90cb811ffe4ee5d18cc3ddc47 (diff)
downloadmeson-38d3a1d894a57ac6571f0e76c69a22a0f92212bb.tar.gz
doc: fix bindgen example
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Diffstat (limited to 'docs/markdown/Rust-module.md')
-rw-r--r--docs/markdown/Rust-module.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Rust-module.md b/docs/markdown/Rust-module.md
index 35eaf39c3..5ce0fdcdb 100644
--- a/docs/markdown/Rust-module.md
+++ b/docs/markdown/Rust-module.md
@@ -137,7 +137,7 @@ were never turned on by Meson.
```ini
[properties]
-bindgen_clang_arguments = ['-target', 'x86_64-linux-gnu']
+bindgen_clang_arguments = ['--target', 'x86_64-linux-gnu']
```
### proc_macro()