diff options
| -rw-r--r-- | docs/markdown/Rust-module.md | 2 |
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() |
