Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Fix error during build: failed to run custom build command for sc-net…
Browse files Browse the repository at this point in the history
…work-bitswap
  • Loading branch information
anonymousGiga committed Oct 14, 2022
1 parent 6e04e48 commit 9011061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/network/bitswap/build.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const PROTOS: &[&str] = &["bitswap.v1.2.0.proto"];
const PROTOS: &[&str] = &["src/schema/bitswap.v1.2.0.proto"];

fn main() {
prost_build::compile_protos(PROTOS, &["src/schema"]).unwrap();
Expand Down

0 comments on commit 9011061

Please sign in to comment.