mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12: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!(
|
writeln!(
|
||||||
&mut buf,
|
&mut buf,
|
||||||
"runner = $builddir/rust/debug/{}",
|
"runner = $builddir/rust/release/{}",
|
||||||
with_exe("runner")
|
with_exe("runner")
|
||||||
)
|
)
|
||||||
.unwrap();
|
.unwrap();
|
||||||
|
|
Loading…
Reference in a new issue