Skip to content

Commit

Permalink
remove accidentally change detecting twice
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Feb 23, 2025
1 parent 246513a commit 58a70b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion martin/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ fn main() -> std::io::Result<()> {
.install()?
.run("build")?
.target(&target_to_keep)
.change_detection()
.to_resource_dir()
.build()?;
// Above code does have the problem that change detection would not be working properly.
Expand Down

0 comments on commit 58a70b4

Please sign in to comment.