Skip to content

Commit

Permalink
Remove rerun-if-env-changed (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
rukai authored Aug 15, 2023
1 parent f613d83 commit e96c97e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 e96c97e

Please sign in to comment.