fix: Don't emit --keep-going for custom build script commands

This commit is contained in:
Lukas Wirth 2024-05-14 21:26:37 +02:00
parent 465ebbc102
commit eac2e512a1
2 changed files with 16 additions and 9 deletions

View file

@ -488,7 +488,7 @@ impl ProjectWorkspace {
config,
cargo,
progress,
&self.toolchain,
self.toolchain.as_ref(),
self.sysroot.as_ref().ok(),
)
.with_context(|| {