Skip to content

Commit d7994ed

Browse files
committed
fix: alias scalac for scala3-bootrapped-new was malconfigured
1 parent 71fcd1a commit d7994ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1522,7 +1522,7 @@ object Build {
15221522
val wrappedArgs = if (printTasty) args else insertClasspathInArgs(args, extraClasspath.mkString(File.pathSeparator))
15231523
val fullArgs = main :: (defaultOutputDirectory ::: wrappedArgs).map("\""+ _ + "\"").map(_.replace("\\", "\\\\"))
15241524

1525-
(Compile / runMain).toTask(fullArgs.mkString(" ", " ", ""))
1525+
(`scala3-compiler-bootstrapped-new` / Compile / runMain).toTask(fullArgs.mkString(" ", " ", ""))
15261526
}.evaluated,
15271527
testCompilation := Def.inputTaskDyn {
15281528
val args = spaceDelimited("<arg>").parsed

0 commit comments

Comments
 (0)