From 9aa1393fdb6b757d82d82941e9a7cd3fc21e725f Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Wed, 18 Oct 2023 11:37:23 +0000 Subject: docs: fix bindgen_clang_arguments example > error: unsupported option '--target'; did you mean '-target'? --- docs/markdown/Rust-module.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/markdown/Rust-module.md b/docs/markdown/Rust-module.md index 0fb9edef7..8ef8c433e 100644 --- a/docs/markdown/Rust-module.md +++ b/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() -- cgit v1.2.3