summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 3a3547e0a5..0e0bda934a 100644
--- a/build.xml
+++ b/build.xml
@@ -1150,7 +1150,7 @@ QUICK BUILD (QUICK)
</javac>
<scalacfork
destdir="${build-quick.dir}/classes/compiler"
- compilerpathref="starr.classpath"
+ compilerpathref="locker.classpath"
params="${scalac.args.all}"
srcdir="${src.dir}/msil"
jvmargs="${scalacfork.jvmargs}">
@@ -1407,6 +1407,7 @@ QUICK BUILD (QUICK)
<path refid="forkjoin.classpath"/>
<path refid="fjbg.classpath"/>
<path refid="aux.libs"/>
+ <path refid="asm.classpath"/>
<pathelement location="${jline.jar}"/>
</path>
<taskdef name="quick-bin" classname="scala.tools.ant.ScalaTool" classpathref="quick.bin.classpath"/>
@@ -1822,7 +1823,7 @@ BOOTSTRAPPING BUILD (STRAP)
</javac>
<scalacfork
destdir="${build-strap.dir}/classes/compiler"
- compilerpathref="starr.classpath"
+ compilerpathref="pack.classpath"
params="${scalac.args.all}"
srcdir="${src.dir}/msil"
jvmargs="${scalacfork.jvmargs}">