Skip to content

Commit

Permalink
detect HEAD changes
Browse files Browse the repository at this point in the history
Signed-off-by: onur-ozkan <[email protected]>
  • Loading branch information
onur-ozkan committed Jan 21, 2025
1 parent aca6c66 commit 9aaa9ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mm2src/mm2_bin_lib/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ fn set_build_variables() -> Result<(), String> {
fn main() {
println!("cargo:rerun-if-env-changed=CARGO_PKG_VERSION");
println!("cargo:rerun-if-env-changed=KDF_BUILD_TAG");
println!("cargo::rerun-if-changed=.git/HEAD");

set_build_variables().expect("Failed to set build variables");
}

0 comments on commit 9aaa9ae

Please sign in to comment.