Skip to content

Commit f86a50d

Browse files
committed
Merge pull request scala#864 from jsuereth/fix/critical-build-fixins
FIXING THE SAME MISTAKE BUT IN STRAP. Yay for copy-paste ant-magic
2 parents 6a54576 + 136348e commit f86a50d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1823,7 +1823,7 @@ BOOTSTRAPPING BUILD (STRAP)
18231823
</javac>
18241824
<scalacfork
18251825
destdir="${build-strap.dir}/classes/compiler"
1826-
compilerpathref="starr.classpath"
1826+
compilerpathref="pack.classpath"
18271827
params="${scalac.args.all}"
18281828
srcdir="${src.dir}/msil"
18291829
jvmargs="${scalacfork.jvmargs}">

0 commit comments

Comments
 (0)