Skip to content

Commit

Permalink
Merge pull request #1 from LibertyDSNP/fix_extra_args_bug
Browse files Browse the repository at this point in the history
bugfix: use extra args in parser
  • Loading branch information
aramikm authored Jul 10, 2023
2 parents f725928 + fd96847 commit c2f6cef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions protobuf-codegen/src/codegen/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ impl Codegen {

parser.inputs(&self.inputs);
parser.includes(&self.includes);
parser.protoc_extra_args(&self.protoc_extra_args);

if self.capture_stderr {
parser.capture_stderr();
Expand Down

0 comments on commit c2f6cef

Please sign in to comment.