Skip to content

Commit

Permalink
Fix proto build
Browse files Browse the repository at this point in the history
  • Loading branch information
tinrab committed Jan 16, 2024
1 parent e41fe7e commit cf742f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bomboni_proto/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ fn main() -> Result<(), Box<dyn Error + 'static>> {
.extern_path(".google", "::bomboni_proto::google")
.protoc_arg("--experimental_allow_proto3_optional")
.btree_map(["."])
.compile_protos(&proto_paths, &["./tests/proto/"])?;
.compile_protos(&proto_paths, &["./proto", "./tests/proto/"])?;

compile(CompileConfig {
api: ApiConfig {
Expand Down

0 comments on commit cf742f8

Please sign in to comment.