File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/dotty/tools/dotc/config Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ class PathResolver(implicit ctx: Context) {
189
189
def javaUserClassPath = if (useJavaClassPath) Defaults .javaUserClassPath else " "
190
190
def scalaBootClassPath = cmdLineOrElse(" bootclasspath" , Defaults .scalaBootClassPath)
191
191
def scalaExtDirs = cmdLineOrElse(" extdirs" , Defaults .scalaExtDirs)
192
- def priorityClassPath = cmdLineOrElse(" prioritypath " , " " )
192
+ def priorityClassPath = cmdLineOrElse(" priorityclasspath " , " " )
193
193
/** Scaladoc doesn't need any bootstrapping, otherwise will create errors such as:
194
194
* [scaladoc] ../scala-trunk/src/reflect/scala/reflect/macros/Reifiers.scala:89: error: object api is not a member of package reflect
195
195
* [scaladoc] case class ReificationException(val pos: reflect.api.PositionApi, val msg: String) extends Throwable(msg)
You can’t perform that action at this time.
0 commit comments