Skip to content

Commit ee54305

Browse files
committed
fix(coprocessor): fhevm-listener, build.rs, fix rebuild condition
1 parent fa0170f commit ee54305

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • coprocessor/fhevm-engine/fhevm-listener

coprocessor/fhevm-engine/fhevm-listener/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use semver::Version;
77
use std::{env, fs, path::Path, process::Command};
88

99
fn build_contracts() {
10-
println!("cargo:rerun-if-changed=../../../host-contracts");
10+
println!("cargo:rerun-if-changed=../../../host-contracts/contracts");
1111
// Step 1: Copy ../../contracts/.env.example to ../../contracts/.env
1212
let env_example = Path::new("../../../host-contracts/.env.example");
1313
let env_dest = Path::new("../../../host-contracts/.env");

0 commit comments

Comments
 (0)