diff --git a/project/Sxr.scala b/project/Sxr.scala index adf9f735b..d2643f766 100644 --- a/project/Sxr.scala +++ b/project/Sxr.scala @@ -26,6 +26,6 @@ object Sxr IO.createDirectory(out) val comp = new compiler.RawCompiler(si, cpOpts, s.log) comp(srcs, cp.files, out, opts) - out + out.getParentFile / (out.getName + ".sxr") } }