Skip to content

Commit

Permalink
Fix path detection after #228
Browse files Browse the repository at this point in the history
r? @fitzgen

Fixes #242
  • Loading branch information
emilio committed Nov 13, 2016
1 parent bdfab64 commit 4640eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/bindgen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ pub fn main() {
}
}

match builder_from_flags(env::args()) {
match builder_from_flags(bind_args.into_iter()) {
Ok((builder, output)) => {
let mut bindings = builder.generate()
.expect("Unable to generate bindings");
Expand Down

0 comments on commit 4640eca

Please sign in to comment.