Skip to content

Commit

Permalink
try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Feb 10, 2023
1 parent df4737a commit 6e829e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/rust/objectron/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ fn main() -> Result<(), std::io::Error> {

prost_build::compile_protos(
&[
"dataset/proto/a_r_capture_metadata.proto",
"dataset/proto/annotation_data.proto",
"dataset/proto/object.proto",
"proto/a_r_capture_metadata.proto",
"proto/annotation_data.proto",
"proto/object.proto",
],
&["dataset/proto"],
)?;
Expand Down
1 change: 1 addition & 0 deletions examples/rust/objectron/proto

0 comments on commit 6e829e4

Please sign in to comment.