From 088a5b550df7123d8feb06c6d8e16dbc21c5a72b Mon Sep 17 00:00:00 2001 From: dzaima Date: Tue, 4 Jun 2024 15:51:55 +0300 Subject: [PATCH] improve missing c++ message --- build/src/runner.bqn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/src/runner.bqn b/build/src/runner.bqn index 386f0473..e3ff7171 100644 --- a/build/src/runner.bqn +++ b/build/src/runner.bqn @@ -25,7 +25,7 @@ _runSingeli_ ← { runArgs GetDeps _𝕣_ dir runFile: "sh"‿dir‿cmd‿depf: t0 ← •MonoTime@ Chdir @∾˜ •ToUTF8 dir - c‿o‿e ← •SH⎊{𝕊: ⟨'e',"",∾⟨"Failed to spawn '", ⊑cmd, "': ", •CurrentError@, {"c++"≡⊑cmd? "; install a C++ compiler to 'c++', or add an argument of CXX=path/to/c++-compiler"; ""}⟩⟩} cmd + c‿o‿e ← •SH⎊{𝕊: ⟨'e',"",∾⟨"Failed to spawn '", ⊑cmd, "': ", •CurrentError@, {"c++"≡⊑cmd? "; install a C++ compiler as 'c++', or add an argument of CXX=c++-compiler"; ""}⟩⟩} cmd t1 ← •MonoTime@ { 0: @≡depf?