Skip to content

Commit b2081eb

Browse files
author
bors-servo
authored
Auto merge of #243 - emilio:include-path, r=fitzgen
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
2 parents 26c3afe + 4640eca commit b2081eb

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)