mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Stop removing build file
Since we reconfigure automatically, this should no longer be necessary.
This commit is contained in:
parent
90a3bbfdb8
commit
df38bc627c
1 changed files with 0 additions and 4 deletions
|
@ -86,10 +86,6 @@ pub fn run_build(args: BuildArgs) {
|
|||
writeln!(&mut stdout, "\nBuild failed.").unwrap();
|
||||
stdout.reset().unwrap();
|
||||
|
||||
// One cause of build failures is when a source file that was included in a glob is
|
||||
// removed. Automatically reconfigure on next run so this situation resolves itself.
|
||||
fs::remove_file(build_file).expect("build file removal");
|
||||
|
||||
std::process::exit(1);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue