Skip to content

Commit 918e073

Browse files
phil-opp9prady9
authored andcommitted
Rerun build script when AF_PATH changes
1 parent 7cfde6b commit 918e073

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@ fn blob_backends(conf: &Config, build_dir: &std::path::PathBuf) -> (Vec<String>,
305305
}
306306
}
307307
};
308+
println!("cargo:rerun-if-env-changed=AF_PATH");
308309

309310
backend_dirs.push(afpath.join("lib").to_str().to_owned().unwrap().to_string());
310311
backend_dirs.push(

0 commit comments

Comments
 (0)