From 0d2aa6a6e070731353b8e2e1d3eda8e90a89aa60 Mon Sep 17 00:00:00 2001 From: Jon Pretty Date: Mon, 6 Mar 2023 13:29:38 +0100 Subject: [PATCH] Fix issue with Scala compiler not being built --- wrath | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wrath b/wrath index 56b1e8c..9c9b6d5 100755 --- a/wrath +++ b/wrath @@ -87,6 +87,7 @@ checkCompiler() { gmessage "Building Scala compiler" scala/bin/scalac -version > .wrath/log/scala.log gmessage "Finished building Scala compiler" + gmessage "$(scala/bin/scala -version)" else gmessage "Scala compiler not found." gmessage "Try again with -F or create a symlink to a clone of the lampepfl/dotty repository." @@ -450,9 +451,9 @@ readToml "$module" "$component" "build.wrath" 1 module="${target%%/*}" component="${target##*/}" -checkCompiler clean mkdirs +checkCompiler build "$target" wait