Skip to content

Commit

Permalink
remove rerun-if-env-changed (#1284)
Browse files Browse the repository at this point in the history
  • Loading branch information
rukai authored Aug 15, 2023
1 parent b0ee0fc commit cf59919
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shotover-proxy/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ use std::env;
fn main() {
let profile = env::var("PROFILE").unwrap();
println!("cargo:rustc-env=PROFILE={profile}");
println!("cargo:rerun-if-env-changed=PROFILE");
println!("cargo:rerun-if-changed=build.rs");
}
2 changes: 1 addition & 1 deletion windsock/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ use std::env;
fn main() {
let profile = env::var("PROFILE").unwrap();
println!("cargo:rustc-env=PROFILE={profile}");
println!("cargo:rerun-if-env-changed=PROFILE");
println!("cargo:rerun-if-changed=build.rs");
}

0 comments on commit cf59919

Please sign in to comment.