Skip to content
Snippets Groups Projects
Commit 6cc497e2 authored by 令狐一冲's avatar 令狐一冲 Committed by GitHub
Browse files

Fix error during build: failed to run custom build command for sc-network-bitswap (#12494)

parent e4756388
No related merge requests found
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();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment