Skip to content

Commit 59e4c3e

Browse files
committed
fix: cache lib dir (adaption for lean4#7001)
1 parent 11992fd commit 59e4c3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cache/IO.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ open System (FilePath)
1616

1717
/-- Target directory for build files -/
1818
def LIBDIR : FilePath :=
19-
".lake" / "build" / "lib"
19+
".lake" / "build" / "lib" / "lean"
2020

2121
/-- Target directory for IR files -/
2222
def IRDIR : FilePath :=

0 commit comments

Comments
 (0)