mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Fix clean build failure
This commit is contained in:
parent
d1a4aa352a
commit
821b034b37
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ impl Build {
|
|||
|
||||
writeln!(
|
||||
&mut buf,
|
||||
"runner = $builddir/rust/debug/{}",
|
||||
"runner = $builddir/rust/release/{}",
|
||||
with_exe("runner")
|
||||
)
|
||||
.unwrap();
|
||||
|
|
Loading…
Reference in a new issue