We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c2de29d + 921c06c commit 23bbcbcCopy full SHA for 23bbcbc
project/Build.scala
@@ -598,7 +598,8 @@ object Build {
598
val dottyLib = jars("dotty-library")
599
600
def run(args: List[String]): Unit = {
601
- val fullArgs = insertClasspathInArgs(args, s".:$dottyLib:$scalaLib")
+ val sep = File.pathSeparator
602
+ val fullArgs = insertClasspathInArgs(args, s".$sep$dottyLib$sep$scalaLib")
603
runProcess("java" :: fullArgs, wait = true)
604
}
605
0 commit comments