diff --git a/rust/trezor-client/build.rs b/rust/trezor-client/build.rs index ebebe9256..2595a6c95 100644 --- a/rust/trezor-client/build.rs +++ b/rust/trezor-client/build.rs @@ -1,7 +1,7 @@ use std::{fs, path::PathBuf}; fn main() { - let proto_path = "../../common/protob"; + let proto_path = "protob"; let protos: Vec = fs::read_dir(proto_path) .unwrap() .filter_map(|entry| { diff --git a/rust/trezor-client/protob b/rust/trezor-client/protob new file mode 120000 index 000000000..ba707988a --- /dev/null +++ b/rust/trezor-client/protob @@ -0,0 +1 @@ +../../common/protob \ No newline at end of file