Skip to content

Commit

Permalink
Fix issue with Scala compiler not being built
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Mar 6, 2023
1 parent e03bffe commit 0d2aa6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wrath
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down Expand Up @@ -450,9 +451,9 @@ readToml "$module" "$component" "build.wrath" 1
module="${target%%/*}"
component="${target##*/}"

checkCompiler
clean
mkdirs
checkCompiler
build "$target"

wait
Expand Down

0 comments on commit 0d2aa6a

Please sign in to comment.