mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 10:01:17 +00:00
Fix error during build: failed to run custom build command for sc-network-bitswap (#12494)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user