We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11992fd commit 59e4c3eCopy full SHA for 59e4c3e
1 file changed
Cache/IO.lean
@@ -16,7 +16,7 @@ open System (FilePath)
16
17
/-- Target directory for build files -/
18
def LIBDIR : FilePath :=
19
- ".lake" / "build" / "lib"
+ ".lake" / "build" / "lib" / "lean"
20
21
/-- Target directory for IR files -/
22
def IRDIR : FilePath :=
0 commit comments