aboutsummaryrefslogtreecommitdiff
path: root/project/Build.scala
diff options
context:
space:
mode:
Diffstat (limited to 'project/Build.scala')
-rw-r--r--project/Build.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/Build.scala b/project/Build.scala
index 5adc69d26..e5c4a0699 100644
--- a/project/Build.scala
+++ b/project/Build.scala
@@ -109,7 +109,7 @@ object DottyBuild extends Build {
val path = for {
file <- attList.map(_.data)
path = file.getAbsolutePath
- prefix = if(path.endsWith(".jar")) "p" else "a"
+ prefix = if (path.endsWith(".jar")) "p" else "a"
} yield "-Xbootclasspath/" + prefix + ":" + path
// dotty itself needs to be in the bootclasspath
val fullpath = ("-Xbootclasspath/a:" + bin) :: path.toList