Skip to content

Commit

Permalink
Auto merge of #243 - emilio:include-path, r=fitzgen
Browse files Browse the repository at this point in the history
Fix path detection after #228

r? @fitzgen

Too bad we can't test it on CI because CI has the path correctly setup :(

Fixes #242
  • Loading branch information
bors-servo authored Nov 14, 2016
2 parents 26c3afe + 4640eca commit b2081eb
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 b2081eb

Please sign in to comment.