Skip to content

Commit

Permalink
Really fix building Scala
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Mar 6, 2023
1 parent 0d2aa6a commit 7520504
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 @@ -85,7 +85,8 @@ checkCompiler() {
gmessage "Fetching Scala compiler"
fetch dotty && mv dotty scala
gmessage "Building Scala compiler"
scala/bin/scalac -version > .wrath/log/scala.log
mkdir -p .wrath/log
scala/bin/scalac -version > .wrath/log/scala.log 2>&1
gmessage "Finished building Scala compiler"
gmessage "$(scala/bin/scala -version)"
else
Expand Down

0 comments on commit 7520504

Please sign in to comment.