docs: fix bindgen_clang_arguments example

> error: unsupported option '--target'; did you mean '-target'?
pull/12408/head
Alyssa Ross 1 year ago committed by Jussi Pakkanen
parent 30ab9747ae
commit 9aa1393fdb
  1. 2
      docs/markdown/Rust-module.md

@ -103,7 +103,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()

Loading…
Cancel
Save