Skip to content

Commit

Permalink
bugfix: use extra args in parser
Browse files Browse the repository at this point in the history
  • Loading branch information
aramikm authored and stepancheg committed Oct 2, 2023
1 parent 03397ee commit 48cc85e
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 48cc85e

Please sign in to comment.