Skip to content

Commit

Permalink
remove no-op in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
archeoss committed Nov 13, 2023
1 parent dc58999 commit 48d3af1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ fn main() {
if let Err(e) = std::fs::write(path, content) {
println!("failed to write build time: {}", e);
}
println!("cargo:rerun-if-changed=build.rs");

// aHash build script
let arch = std::env::var("CARGO_CFG_TARGET_ARCH").expect("CARGO_CFG_TARGET_ARCH was not set");
Expand Down

0 comments on commit 48d3af1

Please sign in to comment.