aboutsummaryrefslogtreecommitdiff
path: root/stage1
diff options
context:
space:
mode:
Diffstat (limited to 'stage1')
-rw-r--r--stage1/ContextImplementation.scala1
-rw-r--r--stage1/cbt.scala1
2 files changed, 2 insertions, 0 deletions
diff --git a/stage1/ContextImplementation.scala b/stage1/ContextImplementation.scala
index d8b1382..e4b63d3 100644
--- a/stage1/ContextImplementation.scala
+++ b/stage1/ContextImplementation.scala
@@ -17,6 +17,7 @@ case class ContextImplementation(
permanentClassLoaders: ConcurrentHashMap[AnyRef,ClassLoader],
cache: File,
cbtHome: File,
+ cbtRootHome: File,
compatibilityTarget: File,
parentBuildOrNull: BuildInterface
) extends Context \ No newline at end of file
diff --git a/stage1/cbt.scala b/stage1/cbt.scala
index b1c462b..c264480 100644
--- a/stage1/cbt.scala
+++ b/stage1/cbt.scala
@@ -90,6 +90,7 @@ object `package`{
permanentClassLoaders,
cache,
cbtHome,
+ cbtRootHome,
compatibilityTarget,
parentBuild.getOrElse(null)
)