Skip to content

Commit 4640eca

Browse files
committed
Fix path detection after #228
r? @fitzgen Fixes #242
1 parent bdfab64 commit 4640eca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/bindgen.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ pub fn main() {
7070
}
7171
}
7272

73-
match builder_from_flags(env::args()) {
73+
match builder_from_flags(bind_args.into_iter()) {
7474
Ok((builder, output)) => {
7575
let mut bindings = builder.generate()
7676
.expect("Unable to generate bindings");

0 commit comments

Comments
 (0)