Skip to content

Commit 2f6e64b

Browse files
committed
doc: fix bindgen example
Signed-off-by: Marc-André Lureau <[email protected]>
1 parent beef432 commit 2f6e64b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/markdown/Rust-module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ were never turned on by Meson.
137137

138138
```ini
139139
[properties]
140-
bindgen_clang_arguments = ['-target', 'x86_64-linux-gnu']
140+
bindgen_clang_arguments = ['--target', 'x86_64-linux-gnu']
141141
```
142142

143143
### proc_macro()

0 commit comments

Comments
 (0)