summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/options.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/options.rs b/src/options.rs
index 07195bfe..61f4f766 100644
--- a/src/options.rs
+++ b/src/options.rs
@@ -150,6 +150,7 @@ where
.help("Time the different bindgen phases and print to stderr"),
// All positional arguments after the end of options marker, `--`
Arg::with_name("clang-args")
+ .last(true)
.multiple(true),
Arg::with_name("emit-clang-ast")
.long("emit-clang-ast")