summaryrefslogtreecommitdiff
path: root/project/Build.scala
diff options
context:
space:
mode:
authorJosh Suereth <joshua.suereth@gmail.com>2012-04-03 15:45:23 -0400
committerJosh Suereth <joshua.suereth@gmail.com>2012-04-03 15:45:23 -0400
commit31546d1b3d841a0fddc9c84af48361c74243ce8e (patch)
tree852867f14139fa62488f97362a2c2c1d4c6e88e3 /project/Build.scala
parent4467438a58a3ce0342c1ab608b02b0f880c61aaf (diff)
downloadscala-31546d1b3d841a0fddc9c84af48361c74243ce8e.tar.gz
scala-31546d1b3d841a0fddc9c84af48361c74243ce8e.tar.bz2
scala-31546d1b3d841a0fddc9c84af48361c74243ce8e.zip
Added an incredibly hacky way for us to override the default sbt compiler interface.
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 76df76d38c..7d80994c4a 100644
--- a/project/Build.scala
+++ b/project/Build.scala
@@ -170,7 +170,7 @@ object ScalaBuild extends Build with Layers {
skip in Compile <<= lockFile.map(_ exists),
lock <<= lockFile map { f => IO.touch(f) },
unlock <<= lockFile map IO.delete
- )
+ ) ++ CheatingCompilerSettings.settings
// --------------------------------------------------------------
// Libraries used by Scalac that change infrequently