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.
1 parent 3044142 commit 60b4380Copy full SHA for 60b4380
dist/bin/common
@@ -109,7 +109,6 @@ DOTTY_INTF=$(find_lib "*dotty-interfaces*")
109
DOTTY_LIB=$(find_lib "*dotty-library*")
110
SCALA_ASM=$(find_lib "*scala-asm*")
111
SCALA_LIB=$(find_lib "*scala-library*")
112
-SCALA_XML=$(find_lib "*scala-xml*")
113
SBT_INTF=$(find_lib "*compiler-interface*")
114
JLINE_READER=$(find_lib "*jline-reader-3*")
115
JLINE_TERMINAL=$(find_lib "*jline-terminal-3*")
dist/bin/dotc
@@ -52,7 +52,6 @@ classpathArgs () {
52
# echo "dotty-library: $DOTTY_LIB"
53
# echo "scala-asm: $SCALA_ASM"
54
# echo "scala-lib: $SCALA_LIB"
55
- # echo "scala-xml: $SCALA_XML"
56
# echo "sbt-intface: $SBT_INTF"
57
58
toolchain=""
0 commit comments