Skip to content
This repository was archived by the owner on Apr 19, 2020. It is now read-only.

Commit 1fde567

Browse files
committed
Merge pull request scala#40 from densh/topic/fix-strap.scalacheck
Fixes strap.scalacheck build by adding reflect to the classpath
2 parents 7f59a91 + e228069 commit 1fde567

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1921,6 +1921,7 @@ BOOTSTRAPPING BUILD (STRAP)
19211921
<include name="**/*.scala"/>
19221922
<compilationpath>
19231923
<pathelement location="${build-strap.dir}/classes/library"/>
1924+
<pathelement location="${build-strap.dir}/classes/reflect"/>
19241925
</compilationpath>
19251926
</scalacfork>
19261927
</target>

0 commit comments

Comments
 (0)