We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa0170f commit ee54305Copy full SHA for ee54305
1 file changed
coprocessor/fhevm-engine/fhevm-listener/build.rs
@@ -7,7 +7,7 @@ use semver::Version;
7
use std::{env, fs, path::Path, process::Command};
8
9
fn build_contracts() {
10
- println!("cargo:rerun-if-changed=../../../host-contracts");
+ println!("cargo:rerun-if-changed=../../../host-contracts/contracts");
11
// Step 1: Copy ../../contracts/.env.example to ../../contracts/.env
12
let env_example = Path::new("../../../host-contracts/.env.example");
13
let env_dest = Path::new("../../../host-contracts/.env");
0 commit comments