Skip to content

Commit

Permalink
Fix tonic_build builds
Browse files Browse the repository at this point in the history
Reviewed By: yuyashiraki

Differential Revision: D44322620

fbshipit-source-id: c0d8654cec2fe9d6621dca0fdf854404cfd9b60c
  • Loading branch information
zertosh authored and facebook-github-bot committed Mar 23, 2023
1 parent 8184dce commit 28cf26d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions protocol-rpc/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
];

tonic_build::configure()
.out_dir(std::env::var("OUT").unwrap())
.compile(
proto_files,
// HACK: we need '.' directory for build with Buck
Expand Down

0 comments on commit 28cf26d

Please sign in to comment.