Skip to content

Commit

Permalink
make sure build.rs is actually being called
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisVaughan committed Sep 25, 2024
1 parent 5e13966 commit 5f99f66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/ark/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ fn main() {
let build_date = chrono::Utc::now().to_rfc3339_opts(chrono::SecondsFormat::Secs, true);
println!("cargo:rustc-env=BUILD_DATE={}", build_date);

panic!("oh no");

// Embed an Application Manifest file on Windows.
// Documented to do nothing on non-Windows.
let resource = Path::new("resources")
Expand Down

0 comments on commit 5f99f66

Please sign in to comment.