Fix clean build failure

This commit is contained in:
Damien Elmes 2023-07-02 14:55:47 +10:00
parent d1a4aa352a
commit 821b034b37

View file

@ -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();