Skip to content

Commit

Permalink
Fix 1.51
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Apr 7, 2022
1 parent d6c4471 commit 02fe79d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prost-build/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ fn compile() -> Option<PathBuf> {
.flag("-Wno-sign-compare");
}

build.includes([bundle_path().join("protobuf/src")]);
build.include(bundle_path().join("protobuf/src"));

build.files(
[
Expand Down

0 comments on commit 02fe79d

Please sign in to comment.