fix: source search path from leanpkg print-paths
This commit is contained in:
parent
e4995ce8ba
commit
9f72ebe29b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue