fix: source search path from leanpkg print-paths

This commit is contained in:
Sebastian Ullrich 2021-05-28 15:30:42 +02:00
parent e4995ce8ba
commit 9f72ebe29b

View file

@ -69,7 +69,7 @@ def configure : IO Configuration := do
}
return {
leanPath := SearchPath.toString <| paths.map (fun (p : FilePath) => p / "build")
leanSrcPath := paths.toString
leanSrcPath := SearchPath.toString paths
}
def execMake (makeArgs leanArgs : List String) (leanPath : String) : IO Unit := withLockFile do